This video gives a basic introduction to SQL (Structured Query Language). It briefly explains what SQL is and why it is used in databases, compared to relational algebra / calculus. The video provides a simple overview of SQL syntax, helping beginners understand how queries look.
It also introduces the concepts of DDL and DML. Viewers will get a general idea of commands like CREATE, INSERT, SELECT, making it a good starting point to understand SQL.