Relational Data Base Management System
RDBMS is based on the relational data model, which stores data in the form of rows(tuple) and columns(attributes). These rows and columns together form a table(relation).
A relational database uses SQL for storing, manipulating, as well as maintainin...
mysqlbasics.hashnode.dev2 min read