thumbnail

SQL Starter Quiz

Select the right answers for the following questions, questions that say (multiple) have multiple correct answers!
Quiz by mobinni
Rate:
Last updated: August 17, 2020
You have not attempted this quiz yet.
First submittedAugust 17, 2020
Times taken22,661
Average score89.5%
Rating4.56
Report this quizReport
7:00
The quiz is paused. You have remaining.
Scoring
You scored / = %
This beats or equals % of test takers also scored 100%
The average score is
Your high score is
Your fastest time is
Keep scrolling down for answers and more stats ...
Question 1 of 5
Select the correct answer
What is the SELECT statement used for?
To delete data from a database
To create a database
To SELECT data from a table
Make data available to all users
YES
NO
Question 2 of 5
Select the correct answer
Which of the following SELECT statements are correct?
SELECT * student;
SELECT * FROM student;
SELECT ~ FROM student;
* FROM student;
YES
NO
Question 3 of 5
Select the correct answer
Which of the following SELECT statement are incorrect? (multiple)
FROM student SELECT first_name
SELECT FROM student;
SELECT first_name FROM student;
SELECT @ FROM student;
YES
NO
Question 4 of 5
Select the correct answer
What is SQL?
Both
Imperative
Declarative
YES
NO
Question 5 of 5
Select the correct answer
What does SQL stand for?
Structured Query Loop
Super Query Language
Structured Query Language
Solo Query Language
YES
NO
No comments yet