SQL Programming Revision

SQL Programming Revision

Professional Development

20 Qs

quiz-placeholder

Similar activities

TROLL FACE

TROLL FACE

Professional Development

20 Qs

DBMS Lab Exam

DBMS Lab Exam

Professional Development

20 Qs

Microsoft Office Advandces 2016

Microsoft Office Advandces 2016

9th Grade - Professional Development

20 Qs

PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

Qüestionari SQLite

Qüestionari SQLite

Professional Development

16 Qs

SQL

SQL

Professional Development

17 Qs

DP-900 - Aula 04 - Final da aula

DP-900 - Aula 04 - Final da aula

Professional Development

16 Qs

Catch up Exam - CBD Database concepts

Catch up Exam - CBD Database concepts

Professional Development

22 Qs

SQL Programming Revision

SQL Programming Revision

Assessment

Quiz

Computers

Professional Development

Medium

Created by

rahul g

Used 24+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

SQL Clause Used to Filter Aggregated Data is:

WHERE

GROUP BY

HAVING

ORDER BY

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

SQL Tables do NOT exist on physical locations.

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which SQL statement is used to extract data from a database?

SELECT

OPEN

EXTRACT

GET

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which SQL statement is used to insert new data in a database?

ADD RECORD

ADD NEW

INSERT NEW

INSERT INTO

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which SQL statement is used to return only different values?

SELECT DIFFERENT

SELECT UNIQUE

SELECT DISTINCT

6.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

With SQL, how can you insert a new record into the "Persons" table?

INSERT VALUES ('JIMMY','JACKSON') INTO Persons

INSERT INTO Persons VALUES ('JIMMY','JACKSON')

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

With SQL, how can you return the number of records in the "Persons" table?

SELECT LEN(*) FROM Persons

SELECT COUNT(*) FROM Persons

SELECT COLUMNS(*) FROM Persons

SELECT NO(*) FROM Persons

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?