
SQL Easy Test
Authored by VIKAS BANDARU
Computers
10th Grade
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which SQL keyword is used to retrieve data from a table?
Answer explanation
`SELECT` is the standard SQL keyword for retrieving data.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to rename a column in the result set?
Answer explanation
`AS` is used to provide an alias for a column.
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is correct to delete all rows from the table `orders`?
Answer explanation
`DELETE FROM table_name;` removes all rows but keeps the table structure.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the syntax error: `SELECT id name FROM employees;`
Answer explanation
Multiple columns in SELECT must be separated by commas.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will this query return? `SELECT UPPER('sql');`
Answer explanation
`UPPER()` converts the string to uppercase, returning `SQL`.
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which statement creates a new table named `books` with two columns: id (INT) and title (VARCHAR)?
Answer explanation
Correct SQL syntax uses `CREATE TABLE` followed by column definitions.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which SQL keyword is used to sort the result set?
Answer explanation
`ORDER BY` is the SQL keyword for sorting.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?