Topics to Cover in SQL
SQL is a database computer language designed for the retrieval and management of data in a relational database. SQL( Structured Query Language). Topics to cover for a basic understanding of SQL and required to get a job.
SQL is a computer language for storing, manipulating, and retrieving data stored in a relational database.
SQL is the standard language for Relational Database Systems. All the Relational Database Management Systems (RDMS) like MySQL, MS Access, Oracle, Sybase, Informix, Postgres.
But for learning purposes, I'd suggest going with MySQL, because of the reasons that it is secure, free & open source and the support is excellent. Later you can switch to other databases easily.
Topics To Learn
Theory
- DDL
- DML
- DCL
- TCL
- Databases
- Schemas
- Relationships
Basics
- Creating Databases
- Creating Tables
- Data Types
- Data Insertion
- Data Updation
- Data Deletion
Keys & Constraints
- Primary Key
- Candidate Key
- Super Key
- Foreign Key
- Default
- Unique â˘
- Not null
References
[1] BULB, 'Write to Earn. Read to Earn' (online, 2022) <https://www.bulbapp.io/>