
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
Similar Resources on Wayground
40 questions
Easy LEVEL

Quiz
•
9th Grade - University
40 questions
Microsoft Word 2019: Creating a Business Letter

Quiz
•
9th Grade - University
35 questions
SQL

Quiz
•
University
40 questions
QUIZ BASIS DATA KELAS 12 RPL (2024)

Quiz
•
12th Grade - University
40 questions
Spreadsheet Quiz

Quiz
•
9th Grade - University
41 questions
SQL_T3

Quiz
•
University
40 questions
UNIT1 and Unit2 MCQ-DBMS

Quiz
•
University
40 questions
Pre Test JNA Palopo

Quiz
•
10th Grade - Professi...
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms

Quiz
•
11th Grade - University
20 questions
La Hora

Quiz
•
9th Grade - University
7 questions
Cell Transport

Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?

Interactive video
•
4th Grade - University