MySQL and RA

MySQL and RA

University

30 Qs

quiz-placeholder

Similar activities

ORACLE_JR_SERIES_1

ORACLE_JR_SERIES_1

University

25 Qs

DBMS SQL

DBMS SQL

University

30 Qs

SQL BASICS

SQL BASICS

University

25 Qs

Quiz finals (IT IM01)

Quiz finals (IT IM01)

University

25 Qs

database AS

database AS

11th Grade - University

30 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

SQL

SQL

University

35 Qs

PHP dan MySQL

PHP dan MySQL

University

25 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?