Easy
EST. TIME: 30 minIntroduction to DBMS
To perform basic DDL and DML operations.
Theory
SQL (Structured Query Language) is used to manage relational databases.
Procedure
- Create a table using CREATE command.
- Insert data using INSERT command.
- Retrieve data using SELECT.