Tag: databases
Questions Related to databases
-
Composite primarykey
-
Not null
-
unique
-
check
-
a period of time
-
a numerical difference
-
a descriptive number
-
a floating point number
-
False
-
This is hard to determine
-
True
-
None of the choices
-
second
-
century
-
hour
-
year
-
date
-
month
Correct Option: A,B,C,D,E,F
-
varchar is used to store fixed length character data, varchar2 is for variable length character data
-
varchar data type is not supported in oracle
-
varchar data type is applicable only to PL/SQL
-
maximum length for varchar is 2000 bytes and for varchar2 is 4000 bytes
-
The Constraint condition is never checked
-
The Constraint condition is checked only at the time of commiting the transaction
-
The Constraint condition is checked only for newly inserted rows and will not be checked for already existing rows in the table
-
The constraint condition is checked after a predefined time interval
-
drop foreign keys
-
cascade constraints
-
this is not possible in oracle
-
clear references