IS314_Quiz2

IS314_Quiz2

University

10 Qs

quiz-placeholder

Similar activities

De las cartas al E-mail

De las cartas al E-mail

8th Grade - University

13 Qs

Rdbms -2-bulit in functions

Rdbms -2-bulit in functions

University

15 Qs

MySQL Select

MySQL Select

University

10 Qs

Midterm Exam IM2B

Midterm Exam IM2B

University

9 Qs

แบบข้อสอบท้ายบทเรียน 1 : SQL

แบบข้อสอบท้ายบทเรียน 1 : SQL

University

7 Qs

IntroToDatabases W2

IntroToDatabases W2

University

12 Qs

Exception handling -oracle plsql

Exception handling -oracle plsql

University

15 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

IS314_Quiz2

IS314_Quiz2

Assessment

Quiz

Computers

University

Hard

Created by

College System

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a typical SQL statement?

Customers(ID, CustomerName, City);

SELECT * FROM Customers;

{table: 'Customers', fields: 'ID CustomerName, City'}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False.
SQL keywords are case sensitive.

False
True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False.
SQL can be used to DELETE database records.

False
True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct delimiter to separate the field names in a SQL statement?

SELECT City ____ Address FROM Customers

;
|
/
,

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write a statement that will select the City column from the Customers table.


6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write a statement that select all records from customer database where the City column has the value "Berlin".


7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following SQL statement:

SELECT * FROM Customers
WHERE Country = 'Mexico' AND PostalCode = 115112

All records that have a Country field with the value 'Mexico', plus all records with a PostalCode field with the value 115112

All records that both have a Country field with the value 'Mexico' and a PostalCode field with the value 115112

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?