POSTGRESQL all about note
What is a Database?
An organised collection of Data. A method to manipulate and access the data.
Database vs DBMS
What is RDBMS
A type of database system that stores data in stractured table (using rows and columns) and uses SQL for managing and que...