T-SQL (SQL query language) Starter Course

Ashish Mahajan

profile
T-SQL (SQL query language) Starter Course
profile
$99$120
120 mins

This introductory course in T-SQL query language is designed for beginners who want to write their first SQL queries.

  1. What is a relational database? How is data structured in a relational database?
  2. Tools used for writing SQL queries
  3. Understanding DDL (Data Definition Language) queries, such as CREATE TABLE and DROP TABLE
  4. Understanding DML (Data Manipulation Language) queries, such as SELECT, INSERT, UPDATE, and DELETE
  5. Understanding the WHERE clause and ORDER BY keyword
  6. Understanding the GROUP BY statement