Title | |
---|---|
In the database table, data types describe the kind of ___ that it can containIn the database table, data types describe the kind of ___ that it can contain.
The answer is:
B. Data
|
|
In how many categories data types has been classified? |
|
Name of the data type categories areName of the data type categories are
The answer is:
D. All of the above
|
|
Which of the following is not MySQL String Data Type?Which of the following is not MySQL String Data Type?
The answer is:
D. LARGETEXT
|
|
Which of the following is not MySQL Numeric Data Type?Which of the following is not MySQL Numeric Data Type?
The answer is:
B. CHAR(Size)
|
|
Which of the following are not MySQL Date and Time Data Type?Which of the following are not MySQL Date and Time Data Type?
The answer is:
D. None of the above
|
|
Which of the following is SQL Server String Data Type?Which of the following is SQL Server String Data Type?
The answer is:
D. All of the above
|
|
Which of the following is SQL Server Numeric Data Type?Which of the following is SQL Server Numeric Data Type?
The answer is:
C. money
|
|
Which of the following is SQL Server Date and Time Data Type?Which of the following is SQL Server Date and Time Data Type?
The answer is:
A. timestamp
|
|
TINYTEXT can hold the maximum length of ___ characters?TINYTEXT can hold the maximum length of ___ characters?
The answer is:
B. 255
|
|
What is the full form of BLOB?What is the full form of BLOB?
The answer is:
C. Binary Large Objects
|
|
How MySQL determines which one to use, FLOAT or DOUBLE, using the p parameter?How MySQL determines which one to use, FLOAT or DOUBLE, using the p parameter?
The answer is:
D. If p comes between 0 to 24, data type becomes FLOAT(). If p comes between 25 to 53, data type becomes DOUBLE().
|
|
What does BOOL mean in MySQL Numeric Data Types?What does BOOL mean in MySQL Numeric Data Types?
The answer is:
B. A Boolean value is specified by this variable. When a value is nonzero, it is considered true, and zero is considered false.
|
|
What can be the maximum size of char(n) in SQL Server String Data Type?What can be the maximum size of char(n) in SQL Server String Data Type?
The answer is:
B. 8000
|
|
What is the difference between nchar and nvarchar?What is the difference between nchar and nvarchar?
The answer is:
A. nchar is fixed and nvarchar is variable.
|
|
Bit is an integer that can be –Bit is an integer that can be –
The answer is:
D. All of the above
|
|
What is the full form of GUID?What is the full form of GUID?
The answer is:
C. Globally Unique Identifier
|
|
What is the similarity between CLOB and NCLOB Oracle Large Object Data Types?What is the similarity between CLOB and NCLOB Oracle Large Object Data Types?
The answer is:
B. Both CLOB and NCLOB can range upto 2^32-1 bytes or 4 GB.
|
|
What is the difference between VARCHAR and VARCHAR2?What is the difference between VARCHAR and VARCHAR2?
The answer is:
C. Both VARCHAR and VARCHAR2 are similar but use of VARCHAR2 is mostly recommended.
|
|
What is the difference between nvarchar and ntext?What is the difference between nvarchar and ntext?
The answer is:
C. nvarchar can be of the maximum size upto 4000 characters and ntext can be of the maximum size upto 2GB of the text data.
|
MCQs
Views
Best Answers
Points