Tag: databases
Questions Related to databases
-
1112
-
1111.93
-
1111.93412
-
1111.934
-
When a join condition is omitted.
-
When a join condition is invalid.
-
All rows in the first table are joined to all rows in the second table.
-
All of the above.
-
9
-
11
-
5
-
12
-
None of the above
-
Projection
-
Selection
-
Join
-
All of the above
-
Select all columns from EMP;
-
Select distinct columns from EMP;
-
Select * from EMP;
-
All of the above