Select Distinct City From Customers Selects Only The Distinct Values From The "City" Columns From The "Customers" Table
This document provides an overview of SQL and some common SQL commands. SQL is a language used to communicate with relational database management systems and is not case sensitive. Some key SQL commands covered are SELECT, UPDATE, DELETE, and INSERT which are used to extract, update, delete and insert data respectively from databases. Additional commands manage the structure of databases and tables like CREATE, ALTER, and DROP.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
13 views
Select Distinct City From Customers Selects Only The Distinct Values From The "City" Columns From The "Customers" Table
This document provides an overview of SQL and some common SQL commands. SQL is a language used to communicate with relational database management systems and is not case sensitive. Some key SQL commands covered are SELECT, UPDATE, DELETE, and INSERT which are used to extract, update, delete and insert data respectively from databases. Additional commands manage the structure of databases and tables like CREATE, ALTER, and DROP.