Title | |
---|---|
In DBMS, table is known as _____ and row is known as _____In DBMS, table is known as _____ and row is known as _____.
The answer is:
A. Relation, Tuple
|
|
Select the statement which is TRUE?Select the statement which is TRUE?
The answer is:
B. In a table, there could be any number of rows and specified number of columns.
|
|
Select the statement which is TRUE?Select the statement which is TRUE?
The answer is:
B. In case a transaction is rolled back, the data allied with table variable does not roll back.
|
|
Temporary variables use ____ resources than table variablesTemporary variables use ____ resources than table variables.
The answer is:
A. More
|
|
Input and output parameters can be derived from table variablesInput and output parameters can be derived from table variables.
The answer is:
B. False
|
|
What is SQL CREATE Table used for?What is SQL CREATE Table used for?
The answer is:
B. To Create table
|
|
For integer value, which data type is supported in Oracle?For integer value, which data type is supported in Oracle?
The answer is:
B. Number
|
|
To delete table definition and all data from the table, which statement is used?To delete table definition and all data from the table, which statement is used?
The answer is:
B. DROP
|
|
What is the difference between DELETE and TRUNCATE statements?What is the difference between DELETE and TRUNCATE statements?
The answer is:
B. DELETE statement does not free up the space kept in check by the table whereas TRUNCATE statement free up the space kept in check by the table.
|
|
When the table is dropped:When the table is dropped:
The answer is:
D. All of the above
|
|
When the table is truncated:When the table is truncated:
The answer is:
D. None of the above
|
|
In SQL, which statement can help in changing the name of the table?In SQL, which statement can help in changing the name of the table?
The answer is:
C. Both A) and B)
|
|
TRUNCATE TABLE requires:TRUNCATE TABLE requires:
The answer is:
D. None of the above
|
|
Select the correct statementSelect the correct statement.
The answer is:
C. Both A) and B)
|
|
SELECT INTO statement-SELECT INTO statement-
The answer is:
C. Copy the content from one table into another existing table.
|
|
Which of the following statement is TRUE?Which of the following statement is TRUE?
The answer is:
C. Both A) and B)
|
|
How many temp tables are there? |
|
Which of the following are the types of the temp tables?Which of the following are the types of the temp tables?
The answer is:
C. Both A) and B)
|
|
Local Temp Variable is used with which sign? |
|
Global Temp Variable is used with which sign? |
MCQs
Views
Best Answers
Points