DEV Community

stalin s
stalin s

Posted on • Updated on

database management System🚀

Important Terminologies that are to be remembered before getting into the interview room.:)

DATABASE: This term can be defined as a collection of inter-related data which helps in efficient retrieval, insertion, and deletion of data from the database and organizes the data in the form of tables, views, schemas, reports, etc. For Example, a university database organizes the data about students, faculty, and admin staff, etc. which helps in efficient retrieval, insertion, and deletion of data from it.

key points to be remembered - {inter-related data ,retrieval,insertion and deletion} + examples.

DATABASE MANAGEMENT SYSTEM: It is the software which is used to manage the database is called Database Management System (DBMS)
An example could be Mysql, Oracle.

Technical Jargons :
1) Data Definition
2) Data Updating
3) Data Retrieval
4) User Administration

Thank you :)

Top comments (0)