1.

What is a Relational Database?

Answer»

A RELATIONAL database is a DIGITAL database system that is based on a relational data model and is useful for storing data in tables. Oracle, Teradata, MySQL, PostgreSQL, SQLite etc are types of relational databases. The data is TRANSFORMED into rows and columns which is STANDARDIZED and can be queried with SQL. RDBMS helps to add/ alter tables and column data into the database systematically by maintaining data integrity.



Discussion

No Comment Found