QCL Workshop – SQL: Querying Databases – Level 1
SQL is an acronym for Structured Query Language. It is a language designed to access and work with relational databases. Relational databases store and provide access to data points that are related. In this session we will be learning Data Manipulation Language (DML), and Data Query Language (DQL). Agenda Inserting data Querying a table Joining […]