SQL BASICS

SQL BASICS

University

25 Qs

quiz-placeholder

Similar activities

DATABASE MANAGEMENT CT-1

DATABASE MANAGEMENT CT-1

University

20 Qs

DBMS LAB

DBMS LAB

University

20 Qs

DBMS QUIZ-1

DBMS QUIZ-1

University

20 Qs

Praktikum Basis Data Quiz

Praktikum Basis Data Quiz

University

20 Qs

MS Excel Basics

MS Excel Basics

5th Grade - Professional Development

20 Qs

Information Management - QUIZ

Information Management - QUIZ

University

20 Qs

oracle_batch2_quiz_4-2-2020

oracle_batch2_quiz_4-2-2020

University

20 Qs

MS WORD - CHAPTER 7

MS WORD - CHAPTER 7

University

20 Qs

SQL BASICS

SQL BASICS

Assessment

Quiz

Computers

University

Medium

Created by

Moses Prakash

Used 30+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

 

Which one will delete the table data as well as table structure?

DROP

TRUNCATE

ALTER

DELETE

2.

DRAG AND DROP QUESTION

20 sec • 1 pt

Drag the options into the correct boxes to complete the query

To display the detail of employee having "e" in their name in descending order of salary

SELECT * ​ (a)   emp ​ (b)   ename ​ (c)   %e%" ​ (d)   SAL ​ (e)   ;

FROM
WHERE
LIKE "
ORDER BY
DESC

3.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

_______ is used to eliminate duplicate values

4.

MATCH QUESTION

20 sec • 1 pt

Match the following

ROLLBACK

DML

UPDATE

TCL

ALTER

DCL

REVOKE

DDL

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operator is used to specify the RANGE of values

RANGE from

FROM .. TO

Between .. and

Between range

6.

REORDER QUESTION

20 sec • 1 pt

Reorder the following to get a correct query

display the username and password of all users

select

username

password

from

users

7.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

 

A _______________constraint enforces referential Integrity

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?