SQL DB

SQL DB

1st - 10th Grade

11 Qs

quiz-placeholder

Similar activities

AWS Simple Storage Service (S3)

AWS Simple Storage Service (S3)

1st - 3rd Grade

10 Qs

Chapter 4

Chapter 4

1st Grade

9 Qs

Reading a Data Sheet

Reading a Data Sheet

6th - 12th Grade

16 Qs

IT

IT

6th Grade - Professional Development

11 Qs

Evaluasi Materi Spreadsheet

Evaluasi Materi Spreadsheet

1st Grade

11 Qs

8-3 Relating tables and graphs to equations

8-3 Relating tables and graphs to equations

6th Grade

11 Qs

System Handling

System Handling

1st Grade

10 Qs

PRODUCTO POOL EMPRESARIAL

PRODUCTO POOL EMPRESARIAL

1st Grade

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