SQL Programming

Quiz
•
Computers
•
4th Grade - Professional Development
•
Hard

omar khairy
Used 11+ times
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Write the correct SQL statement to create a new table called Persons
ـــــــــــــــــــــــــ (
PersonID int,
LastName varchar(255),
FirstName varchar(255),
Address varchar(255),
City varchar(255)
);
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Select all records where the value of the City column starts with the letter "a".
SELECT * FROM Customers
______________________ ;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select all records where the City column has the value "Berlin"
SELECT * FROM Customers
ــــــــــــــــ City = "Berlin";
INSERT
SELECT
DROP
WHERE
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Select all records from the Customers table, sort the result alphabetically by the column City
SELECT * FROM Customers
ــــــــــــــــ City;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select all the different values from the Country column in the Customers table
SELECT ـــــــــــــــــــــ Country FROM Customers;
DISTICNT
DISTINCT
DITSINCT
DISTINTC
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select all records from the Customers where the PostalCode column is empty
SELECT * FROM Customers
WHERE PostalCode ــــــــــــــــــــــــــ ;
IS EMPTY
IS NULL
NOT FILLED
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Update the City column of all records in the Customers table
ــــــــــــــــــ Customers
ــــــــــ City = "Oslo"
UPDATE / MAKE
UPGRADE / SET
SET / UPDATE
UPDATE / SET
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
SELECT 2

Quiz
•
Professional Development
10 questions
SQL Query Assignment

Quiz
•
12th Grade
13 questions
Database SQL Part 1 V1

Quiz
•
Professional Development
12 questions
SQL - 03 - Update...

Quiz
•
10th Grade
15 questions
Google Sheets

Quiz
•
4th - 6th Grade
10 questions
Database Fundamentals

Quiz
•
KG - University
15 questions
Success Forge SQL Server Quiz

Quiz
•
Professional Development
15 questions
Excel Formula

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade