SQL 2

Quiz
•
Computers, Other
•
11th Grade
•
Medium
O Hawkridge
Used 12+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
SELECT *
_______ CUSTOMER;
2.
DRAG AND DROP QUESTION
20 sec • 1 pt
Drag the options into the correct boxes to complete the query
To display the detail of employee having "e" in their name in descending order of salary
SELECT * (a) emp (b) ename (c) %e%" (d) SAL (e) ;
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following queries is valid
SELECT name, course_name FROM student WHERE age>50 and <80;
SELECT name, course_name FROM student WHERE age>50 and age <80;
SELECT name, course_name FROM student WHERE age>50 and WHERE age<80;
None of these
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In an SQL SELECT statement querying a single table, the asterisk (*) means that:
All records are to be returned.
None the options is correct.
All fields of the table are to be returned
All records meeting the full criteria are to be returned.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do we select all rows for the "Designer" table?
SELECT * FROM Designer
SELECT [All] FROM Designer
SELECT Designer.*
SELECT FROM Designer
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How would we script a SQL query to select "Description" from the Item table?
SELECT Item.Description
EXTRACT Description FROM Item
SELECT Item FROM Description
SELECT Description FROM Item
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which query would return only the fields DesignerID and Designer?
SELECT * FROM Designers
SELECT DesignerID, Name FROM Designers
SELECT DesignerID AND Designer FROM Designers
SELECT DesignerID, Designer FROM Designers
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
Graphic Design Basics

Quiz
•
9th - 12th Grade
15 questions
3.04-3.05 Part II

Quiz
•
9th - 12th Grade
17 questions
Ethics in Conducting Online Research

Quiz
•
11th Grade
15 questions
Access Vocabulary

Quiz
•
9th - 12th Grade
15 questions
SQL Quiz

Quiz
•
9th - 12th Grade
10 questions
SQL Queries -Functions

Quiz
•
11th - 12th Grade
15 questions
Filtering

Quiz
•
10th - 11th Grade
15 questions
Microsoft Access Practice Quiz

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade