How to create new db instance based on trigger caused by insertion of record in a particular DB's table? (Any DB)

13 Views Asked by At

Looking for solutions in any database? Relational or NOSql

Example,

DB Name -> administration
Table Name -> Students

Record Inserted ->
   Name -> Kramer
   Roll -> 1

New DB Created -> `student_kramer_1`
0

There are 0 best solutions below