SQL Programming Revision

SQL Programming Revision

Professional Development

20 Qs

quiz-placeholder

Similar activities

JDBC_Questions1

JDBC_Questions1

Professional Development

18 Qs

SQL part 2

SQL part 2

Professional Development

24 Qs

Repaso Módulo2 Base de Datos

Repaso Módulo2 Base de Datos

Professional Development

21 Qs

TSQL - Basico

TSQL - Basico

Professional Development

20 Qs

Test SQL

Test SQL

Professional Development

20 Qs

Database Basics - Lecture 2

Database Basics - Lecture 2

Professional Development

20 Qs

PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

PAI

PAI

Professional Development

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