SQL Programming Revision

SQL Programming Revision

Professional Development

20 Qs

quiz-placeholder

Similar activities

My SQL- DDL

My SQL- DDL

11th Grade - Professional Development

20 Qs

Prática SQL 1 - DDL

Prática SQL 1 - DDL

University - Professional Development

18 Qs

MYSQL

MYSQL

Professional Development

15 Qs

ICTPRG431Session 2 Introduction Database Management Systems Quiz

ICTPRG431Session 2 Introduction Database Management Systems Quiz

Professional Development

22 Qs

MySQL

MySQL

Professional Development

20 Qs

SQL Exam

SQL Exam

Professional Development

23 Qs

DataBase Quiz - CME Workshop

DataBase Quiz - CME Workshop

Professional Development

20 Qs

SQL

SQL

12th Grade - Professional Development

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