Insert the missing statement to get all the columns from the Customers table.
___________* FROM Customers;
SQL Quiz 3
Assessment
•
ARTURO PARIÑAS
•
Computers
•
11th Grade
•
20 plays
•
Hard
Student preview
20 questions
Show all answers
1.
FILL IN THE BLANK
30 sec • 1 pt
Insert the missing statement to get all the columns from the Customers table.
___________* FROM Customers;
2.
FILL IN THE BLANK
30 sec • 1 pt
Write a statement that will select the City column from the Customers table.
_______ ____ ______ Customers;
3.
FILL IN THE BLANK
30 sec • 1 pt
Select all the different values from the Country column in the Customers table.
_______ _________ Country FROM Customers;
4.
FILL IN THE BLANK
30 sec • 1 pt
Select all records where the City column has the value "Berlin".
SELECT * FROM Customers _____ ____ = ________;
5.
FILL IN THE BLANK
1 min • 1 pt
Use the NOT keyword to select all records where City is NOT "Berlin".
SELECT * FROM Customers _____ ___ ____ = "______";
6.
FILL IN THE BLANK
30 sec • 1 pt
Select all records where the CustomerID column has the value 32.
SELECT * FROM Customers _____ CustomerID __ __;
7.
FILL IN THE BLANK
30 sec • 1 pt
Select all records where the City column has the value 'Berlin' and the PostalCode column has the value 12209.
______ * FROM Customers _____ City = 'Berlin' ___ __________= 12209;
8.
FILL IN THE BLANK
30 sec • 1 pt
Select all records where the City column has the value 'Berlin' or 'London'.
______ * FROM Customers _____ City = 'Berlin' __ ____= '______';
9.
FILL IN THE BLANK
30 sec • 1 pt
Insert a new record in the Customers table.
______ ____ Customers CustomerName, Address, City, PostalCode,
Country _ _____ _ 'Hekkan Burger', 'Gateveien 15', 'Sandnes', '4306', 'Norway' _ ;
10.
FILL IN THE BLANK
30 sec • 1 pt
Update the City column of all records in the Customers table.
______ Customers ___ City = 'Oslo';
Explore all questions with a free account
15 questions
Microsoft Access Practice Quiz
•
9th - 12th Grade
20 questions
Database concepts and the Structured Query Language
•
11th Grade
20 questions
Microsoft Publisher
•
6th - 12th Grade
16 questions
8525 AQA GCSE Computer Science 3.7.1 Relational databases
•
7th - 12th Grade
23 questions
Domain 2: Marketing and Sales
•
10th - 12th Grade
20 questions
Quiz Basis Data (Query)
•
9th - 12th Grade
18 questions
Big Data
•
9th - 12th Grade
21 questions
3.TR - Priprema za provjeru znanja
•
11th Grade
17 questions
CAASPP Math Practice 3rd
•
3rd Grade
15 questions
Grade 3 Simulation Assessment 1
•
3rd Grade
37 questions
Math STAAR Review
•
4th Grade
12 questions
Earth Day
•
4th Grade
19 questions
HCS Grade 5 Simulation Assessment_1 2425sy
•
5th Grade
20 questions
Science STAAR Review! 23-24
•
5th Grade
22 questions
HCS Grade 4 Simulation Assessment_1 2425sy
•
4th Grade
16 questions
Grade 3 Simulation Assessment 2
•
3rd Grade