Prerequisite:

basic concepts of computer science, what is a database, especially the basics of RDBMS and associated concepts.

What is SQL

Structured query language

database computer language designed for the retrieval and management of data in a relational databases

A Brief History of SQL

A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd in 1970.

Database table structure.

data in an RDBMS is stored in database objects known as tables

Field - columns.