Data & Information
Features of DBMS
DDL
DML
DCL & DQL

100

Raw facts that have no meaning on their own

What is data?

100

This feature reduces repetition of data

What is data redundancy reduction?

100

DDL stands for...?

What is Data Definition Language?

100

DML stands for...?

What is Data Manipulation Language?

100

SQL command to take back user privileges

What is REVOKE?

200

Processed data that is meaningful

What is information?

200

DBMS ensures this by allowing only authorized access

What is data security?

200

SQL command to create a new table

What is CREATE?

200

SQL command to add new data into a table

What is INSERT?

200

SQL command to retrieve data from a table

What is SELECT?

300

Example: "92" is data, "Student scored 92 marks" is...?

What is information?

300

DBMS allows multiple users to access data at once

What is multi-user access or concurrency control?

300

SQL command to change structure of a table

What is ALTER?

300

SQL command to modify existing records

What is UPDATE?

300

DCL stands for...?

What is Data Control Language?

400

Type of data that includes names and words

What is textual data?

400

DBMS makes sure data is the same across the system

What is data consistency?

400

SQL command to delete a table permanently

What is DROP?

400

SQL command to remove data from a table

What is DELETE?

400

DQL stands for...?

What is Data Query Language?

500

When data is accurate, complete, and timely, it becomes this

What is useful information?

500

DBMS manages how data is stored and retrieved efficiently

What is data management?

500

The command that removes all records but not the structure

What is TRUNCATE?

500

The type of operations DML handles

What are Insert, Update, Delete?

500

SQL command to give privileges to users

What is GRANT?