To retrieve data from a data base, we use the SELECT statement.
SELECT
By specifying the column names, we can choose which columns to select:
Specify a * instead of the column names to select all columns:
*
Write the correct SQL statement to select the columns city and country from the customers table.
city
country
customers
;
Start the Exercise
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!