Lesson_2
Lesson_2
Entity Entity
Customers City
Entity
Country
Server instance
Server Instance
DDL AND DCL COMMANDS
Select Command
Transactions
Sales_id Price Store_name
Select * from
* Is called star
When we use start that means we want all the columns and all the rows from the table
Select Sales_id, Price from transactions – This query will bring ONLY
Specified columns from the sales table.
Insert command
Sales_id Price Store_name
1 15 Oba Market