
Final Quiz Async 3
Quiz
•
Computers
•
University
•
Easy
Mark Gangan
Used 5+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax for inserting a single row into a table named employees?
INSERT INTO employees (id, name, salary) VALUES (1, 'John', 50000);
INSERT employees VALUES (1, 'John', 50000);
ADD TO employees (id, name, salary) (1, 'John', 50000);
INSERT ROW employees (id, name, salary) (1, 'John', 50000);
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to insert multiple rows in a single INSERT statement?
MANY ROWS
BATCH INSERT
MULTIPLE VALUES
Separate VALUES clauses with commas
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement retrieves all columns from a table named customers?
SELECT ALL FROM customers;
SELECT * FROM customers;
GET * FROM customers;
FETCH ALL customers;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you select only the name and email columns from a table users?
SELECT name, email FROM users;
SELECT (name, email) FROM users;
GET name AND email FROM users;
SELECT COLUMNS name, email FROM users;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which clause filters records in a SELECT query?
FILTER BY
HAVING
WHERE
CONDITION
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to find employees with a salary greater than 50000?
SELECT * FROM employees WHERE salary > 50000;
SELECT * FROM employees IF salary > 50000;
SELECT * FROM employees HAVING salary > 50000;
SELECT * FROM employees CHECK salary > 50000;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you retrieve records where age is greater than 30 and salary is less than 60000?
SELECT * FROM employees WHERE age > 30 OR salary < 60000;
SELECT * FROM employees WHERE age > 30 AND salary < 60000;
SELECT * FROM employees WHERE age > 30, salary < 60000;
SELECT * FROM employees WHERE age > 30 && salary < 60000;
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
44 questions
Round 1 Code2duo
Quiz
•
University
40 questions
EDUCATION 105 - SECOND EXAM
Quiz
•
University
35 questions
term 2 practice grade 7
Quiz
•
7th Grade - University
36 questions
Тест 1. 4 неделя (10 минут)
Quiz
•
University
36 questions
MOC 20345 Test
Quiz
•
University
40 questions
SIMULASI DIGITAL - X
Quiz
•
KG - Professional Dev...
45 questions
UAS BSD 1
Quiz
•
University
45 questions
Microsoft Excel - Basics
Quiz
•
7th Grade - University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Computers
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
25 questions
Waves-8th Grade Physical Science
Quiz
•
KG - University
41 questions
Unit 8 Key Terms
Quiz
•
11th Grade - University
10 questions
Product & Quotient Derivative Rules
Quiz
•
University
5 questions
How to Calculate Force - Newton's 2nd Law of Motion
Interactive video
•
10th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
