You are on page 1of 1

https://www.geeksforgeeks.

org/

Database: Database is a collection of inter-related data which helps in efficient retrieval,


insertion and deletion of data from database and organizes the data in the form of tables,
views, schemas, reports etc

Database Management System: The software which is used to manage database is called


Database Management System (DBMS). For Example, MySQL, Oracle etc

DBMS Is a software application that is creating, deleting updating from the database

Entity is object eg student ,employee,

Attributes are properties of entity eg is student is entity then student_id,name,address

STUDENT(
ROLL_NO NAME ADDRESS PHONE AGE

1 RAM DELHI 9455123451 18

2 RAMESH GURGAON 9652431543 18

3 SUJIT ROHTAK 9156253131 20

4 SURESH DELHI 9156768971 18

Primary key is unique attribute key that uniquely defines the row in database

https://www.geeksforgeeks.org/sql-ddl-dml-dcl-tcl-commands/

You might also like