Introduction to SQL Questions and Answers
Practice ModeShowing 10 of 34 questions
Q1
You can add a row using SQL in a database with which of the following?
Answer: Option C
Q2
The command to remove rows from a table 'CUSTOMER' is:
Answer: Option C
Q3
The SQL WHERE clause:
Answer: Option B
Q4
Which of the following is the original purpose of SQL?
Answer: Option D
Q5
The wildcard in a WHERE clause is useful when?
Answer: Option B
Q6
A view is which of the following?
Answer: Option A
Q7
The command to eliminate a table from a database is:
Answer: Option B
Q8
ON UPDATE CASCADE ensures which of the following?
Answer: Option B
Q9
SQL data definition commands make up a(n) ________ .
Answer: Option A
Q10
Which of the following is valid SQL for an Index?
Answer: Option A