250+ TOP MCQs On SQL Data Types and Schemas and Answers
250+ TOP MCQs On SQL Data Types and Schemas and Answers
RDBMS Questions and Answers for Freshers on “Sql Data Types and
Schemas”.
1. Which of the following is not a valid Date and Time data type?
a) date
b) time
c) datestamp
d) timestamp
Answer: c
2. What is a timestamp?
Answer: a
time(p)
Answer: b
Answer: c
a) number
b) clob
c) blob
d) lint
Answer: lint
Clarification: clob and blob are called large object data types. They can
be used to store values that can go to the size of gigabytes. Number is
used to store the basic integer data type.
6. State true or false: Users can define new data types in SQL
a) True
b) False
Answer: a
Clarification: SQL allows the creation of new data types using the
“create type as final;” statement.
a) It creates a new relation temp_inst with all the tuples and attributes
of the institute relation
a) select
b) insert
c) update
Answer: d
a) grant
b) confer
c) implement
d) permit
Answer: a
grant on to ;
d) It gives an error
Answer: b
------>>[MOST IMPORTANT]<<------
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Post Comment