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.
Wait!
Here's an interesting quiz for you.