MySQL and RA

MySQL and RA

University

30 Qs

quiz-placeholder

Similar activities

OCR A Level Computer Science (H446) - Component 1.3.2 - Databases

OCR A Level Computer Science (H446) - Component 1.3.2 - Databases

11th Grade - University

28 Qs

PRA UAS  PEMROG. DATABASE

PRA UAS PEMROG. DATABASE

University

25 Qs

ORACLE_JR_SERIES_1

ORACLE_JR_SERIES_1

University

25 Qs

database AS

database AS

11th Grade - University

30 Qs

UTS Basisdata 12RPL sem 5 22-23

UTS Basisdata 12RPL sem 5 22-23

2nd Grade - University

30 Qs

DML

DML

University

25 Qs

Structured Query Language

Structured Query Language

University

25 Qs

SQL

SQL

University

35 Qs

MySQL and RA

MySQL and RA

Assessment

Quiz

Computers

University

Hard

Created by

Shams Wazir

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

1.

What does SQL stand for?

Structured Query Language

Structured Question Language

Strong Question Language

None of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

2.

SQL is not case sensitive. Is this statement TRUE or FALSE?

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

3.

The SQL statement that queries or reads data from a table is __________ .

USE

SELECT

READ

QUERY

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

4.

SQL can be used to:

Create database structures only.

Query database data only.

Modify database data only.

All of the above can be done by SQL.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

9.

With SQL, how do you select a column named "FirstName" from a table named "Person"?

SELECT FirstName FROM Person

SELECT Person.FirstName

EXTRACT FirstName FROM Person

SELECT FROM Person.FirstName

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

10.

With SQL, how do you select all the columns from a table named "Persons"?

SELECT [all] FROM Persons

SELECT Persons

SELECT * FROM Persons

SELECT * all.Persons

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does DML stand for?

Data Manipulation Language

Data Modeling Language

Data Markup Language

Data Migration Language

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?