Tag: databases
Questions Related to databases
-
Selection
-
Projection
-
Joining
-
None of these
-
simple joins
-
outer joins
-
inner joins
-
inner and outer joins
-
Primary key access
-
Access via unique index
-
Table access by ROWID
-
Full table scan
-
Column
-
1966_Invoices
-
Catch_#22
-
#Invoices
-
None of the above
-
drop
-
delete
-
cascade
-
truncate
-
INSTR
-
SUBSTRING
-
SUBSTR
-
POS
-
select * from EMP where nvl(EMPNO, '00000') = '59384';
-
select * from EMP where EMPNO = '59384';
-
select EMPNO, LASTNAME from EMP where EMPNO = '59384';
-
select 1 from EMP where EMPNO = '59834';
-
System tablespace
-
Users tablespace
-
Default tablespace for the user
-
Oracle will give an error
-
Undefined