SQL Programming

SQL Programming

4th Grade - Professional Development

10 Qs

quiz-placeholder

Similar activities

SQL Sesi 1

SQL Sesi 1

Professional Development

10 Qs

 QUIZ  MS Core Java Quiz-3 2023

QUIZ MS Core Java Quiz-3 2023

University

11 Qs

Lesson 1 Introduction to Database System

Lesson 1 Introduction to Database System

10th Grade

10 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

Bài 19. Tạo và làm việc với bảng

Bài 19. Tạo và làm việc với bảng

Professional Development

10 Qs

Collaborating Online Respectfully - Quiz 2

Collaborating Online Respectfully - Quiz 2

7th Grade

10 Qs

Microsoft Excel

Microsoft Excel

10th Grade

10 Qs

image in a document

image in a document

5th Grade

15 Qs

SQL Programming

SQL Programming

Assessment

Quiz

Computers

4th Grade - Professional Development

Practice Problem

Hard

Created by

omar khairy

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?