This is a quiz to test the knowledge of SQL basics based on a lesson given to learners.
Standard Quantifying Logistics
Systematic Query Language
Structured Query Language
Standard Query Linguistics
Rate this question:
True
False
Rate this question:
ORDER BY
GROUP BY
WHERE
AND/OR
ALL are valid optional parts
Rate this question:
Primary
Foreign
Rate this question:
Yes
No
Rate this question:
Course_eval_section_key
Course_eval_question_key
Course_eval_department_key
Course_eval_instructor_key
Rate this question:
Course_eval_responses_detail, term_dimension
course_eval_section_dimension, term_dimension, response_date_dimension
Course_eval_responses_detail, response_date_dimension, course_eval_section_attr_dim
Course_eval_responses_detail, term_dimension, course_eval_question_dimension
Rate this question:
SELECT department_desc WHERE department_code = '0012';
SELECT * FROM department_dimension;
SELECT department_desc FROM department_dimension ORDER BY department_code;
SELECT department_code, department_desc FROM department_dimension WHERE college_code in ('01','08') ORDER BY department_code;
Rate this question:
SELECT, FROM, column, semi-colon, table
SELECT, FROM, table, WHERE, semi-colon
Column, FROM, table, ORDER BY, semi-colon
Column, table, WHERE, ORDER BY, GROUP BY
Rate this question:
It is commonly accepted to list joins between tables before other items in the WHERE clause
It is recommended that aliases be keywords to keep the statement uniform throughout
It is recommended that joins between tables are based on Primary/Foreign keys
Any table listed in a join statement MUST exist in the FROM element
Rate this question:
SELECT * FROM department_dimension
SELECT department_code FROM department_dimension WHERE department_code = '0012';
SELECT department_desc FROM department_dimension;
SELECT department_desc WHERE department_code = '0012';
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
The Ultimate SQL Syntax And Functionality Knowledge Test
Since its creation in 1974, SQL has become the most popular programming language for relational database management. With its fine set of functions and easy to learn syntax, it...
Questions:
40 |
Attempts:
429 |
Last updated:
Mar 21, 2023
|
SQL Basic! Ultimate Trivia Quiz
Dive into the basics of SQL with this Ultimate Trivia! Assess your understanding of key SQL functions like COUNT(*), MAX, and DELETE. Perfect for beginners, this quiz enhances...
Questions:
10 |
Attempts:
688 |
Last updated:
Mar 21, 2023
|
SQL Multiple Choice Questions With Answers
Are you looking for some SQL multiple-choice questions with answers to make your preparation level better for the upcoming exam? Try our quiz below and see if you know the basics...
Questions:
20 |
Attempts:
12466 |
Last updated:
Jun 17, 2024
|
Fill In The Blanks On SQL
This SQL quiz assesses key database management skills, focusing on table structure modifications, understanding of relational model constraints, and data manipulation. It's ideal...
Questions:
10 |
Attempts:
1191 |
Last updated:
Mar 21, 2023
|
Introduction To SQL True Or False Quiz
What is SQL? Have you ever used SQL programming language? Here, we have this "Introduction to SQL quiz" in the true or false format to check your knowledge regarding...
Questions:
12 |
Attempts:
2643 |
Last updated:
Aug 24, 2023
|
SQL Quiz Exam: MCQ!
This SQL Quiz Exam contains multiple-choice questions covering basic to advanced SQL commands and their applications in database management.
Questions:
25 |
Attempts:
1806 |
Last updated:
Mar 27, 2025
|
Wait!
Here's an interesting quiz for you.