Learn SQL and related things. Today I went through one online exam about the SQL, and here is the notes for me to do some summarisation.
SELECT
One thing need to learn is select different values:
-
Select all the different values from the
Country
column in theCustomers
table.select distinct Country from CUSTOMERS