SQL Mastery Quiz Test your knowledge of Structured Query Language with this challenging quiz. Are you ready to showcase your SQL skills? alina90 published on March 08 Stacked 1/12 What does SQL stand for? Standard Query Language Structured Query Language Simple Query Language System Query Language 2/12 Which keyword is used to retrieve data from a database in SQL? GET RETRIEVE SELECT FETCH 3/12 Which keyword is used to specify conditions in SQL queries? WHERE CONDITION FILTER LIMIT 4/12 What command is used to insert new data into a SQL table? UPDATE INSERT ADD CREATE 5/12 Which SQL function is used to count the number of rows in a table? TOTAL COUNT SUM AVERAGE 6/12 What keyword is used to return unique rows in an SQL query? DISTINCT UNIQUE SINGLE REPEAT 7/12 Which keyword is used to sort the result set in SQL? ARRANGE ORDER BY SORT GROUP BY 8/12 What statement is used to update existing records in SQL? UPDATE MODIFY CHANGE ALTER 9/12 Which SQL keyword is used to remove records from a table? DELETE REMOVE ERASE TRUNCATE 10/12 What function is used to concatenate columns in SQL? MERGE CONCAT JOIN COMBINE 11/12 What keyword is used to join multiple tables in SQL? CONNECT JOIN MERGE COMBINE 12/12 Which statement is used to create a new table in SQL? RECORD CREATE TABLE MAKE TABLE GENERATE TABLE