SQL_QUIZ

SQL_QUIZ

University

50 Qs

quiz-placeholder

Similar activities

Query Processing and Optimization

Query Processing and Optimization

University

50 Qs

PHP Demo_2_3

PHP Demo_2_3

University

50 Qs

COEPRO3 MIDTERM EXAMINATION

COEPRO3 MIDTERM EXAMINATION

University

50 Qs

Ivan's EXAM

Ivan's EXAM

University

50 Qs

DBMS Quiz -1

DBMS Quiz -1

University

45 Qs

Java Full Stack Test 2 For J4

Java Full Stack Test 2 For J4

University

50 Qs

XIRPL2_PASQUIZZ

XIRPL2_PASQUIZZ

1st Grade - Professional Development

50 Qs

Big Data Analytics (CS-741) - Quiz

Big Data Analytics (CS-741) - Quiz

University

45 Qs

SQL_QUIZ

SQL_QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

Aditya kakkunuru

Used 5+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following are some common RDBMS in use?

oracle

MySql

heidiSql

all of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following are the types of Unicode character string types in SQL?

nchar

ntext

both of them

none of them

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does BLOB in SQL stand for?

binary large objects

big large objects

binary language for objects

none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following datatype is most appropiate for storing a string of upto 255 characters?

text

tiny text

blob

binary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what happens when no value is inserted in an ENUM list?

nothing happens

the code will crash

a blank value is inserted in that case

none of the these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the range of integers that can be held in the MEDIUMINT datatype of SQL?

signed numbers in the range of -8388608 to 8388607

unsigned numbers in the range of 0 to 16777215

both A and B

NONE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHAT DOES THE FOLLOWING CODE SNIPPET DO?

ALTER TABLE STUDENT ADD(ADDRESS VARCHAR(255));

adds a column called address

checks if column address is present

invalid syntax

none of these

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?