story is a relational database written in java and based on mysql architecture for learning. Implemented addition, deletion, modification, query, index, and support for single-table and multi-table joint query. The supported functions are as follows: 1. Add, delete, modify and check sql statement select insert update delete 2. Views and stored procedures create view xyz as … create procdure abcd begin … end 3. Various data storage engines simulate innodb myisam csv format 4. bin-log log 1664160338304: ‘Hello world, i am mysql’ 1664160342075: ‘Hello world, i am mys… |
#relational #database #story