SQL DB

SQL DB

1st - 10th Grade

11 Qs

quiz-placeholder

Similar activities

Reading a Data Sheet

Reading a Data Sheet

6th - 12th Grade

16 Qs

Basic 2

Basic 2

1st Grade

15 Qs

PRUEBA2_DBD_S35

PRUEBA2_DBD_S35

1st Grade

11 Qs

Procedimientos

Procedimientos

1st - 3rd Grade

15 Qs

Excel Intermediate-MDS Existing

Excel Intermediate-MDS Existing

3rd Grade

10 Qs

2nd Mission: Trivia Quiz

2nd Mission: Trivia Quiz

1st Grade

10 Qs

Charts [237-241]

Charts [237-241]

8th - 12th Grade

10 Qs

Friday Night Quiz 1 by Sayed Ahmed

Friday Night Quiz 1 by Sayed Ahmed

10th Grade - Professional Development

6 Qs

SQL DB

SQL DB

Assessment

Quiz

Professional Development

1st - 10th Grade

Hard

Created by

Dinesh Raju

Used 43+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the Full Form of DDL

Data Determination Language

Data Description Language

Data Definition Language

Data Damage Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What values can be stored in a column with Datatype as Varchar2

ABCD

!@#$

AB12

All The Above

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the create table syntax is correct ?

Create table_name

(

Emp_Name Varchar2(10),

Emp_No Number,

Salary Number

);

Create Table table_name

(

Emp_Name Varchar2(10),

Emp_No Number,

Salary Number

);

Create Table table_name

(

Emp_Name Varchar2(10),

Emp_No Number,

Salary Number,

;

Create Table

(

Emp_Name Varchar2(10),

Emp_No Number,

Salary Number

);

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What alter keyword is followed by column and column Name ?

Rename

Drop

Add

Modify

Rename

Modify

All the Above

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which SQL statement is followed by commit;

Insert

Update

Delete

Both A & B

None of the Above

6.

FILL IN THE BLANK QUESTION

2 mins • 5 pts

Write an update statement to update salary of A employee to 7000.

Table_Name : emp

Name Number salary Location

A 01 5000 HYD

B 02 7000 BLR

C 03 9000 CHN

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which all of the below statements comes under TCL ?

Commit

Grant

Savepoint

Rollback

Commit

revoke

Commit

Rollback

Savepoint

Grant

Revoke

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?