Tag: databases
Questions Related to databases
-
SELECT
-
DENY
-
APPLY
-
UPDATE
-
None of the above
-
The field mentioned in the where clause should be one of the columns selected
-
The distinct function can not be used on a field of type Char
-
The Integer value mentioned in the where clause should not be enclosed by quotes since it is of integer type.
-
none of the above.
-
left,right
-
right,left
-
left,left
-
right,right
-
UNION ENTIRE
-
FULL UNION
-
UNION ALL
-
none of the above
-
Select employee_name,count() from employee_Details group by employee_id where count()>2;
-
Select employee_name,employee_id,count() from employee_Details group by employee_id having count()>2;
-
Select employee_name,employee_id,count() from employee_Details order by employee_id where count()>2;
-
NONE of THE ABOVE
-
Under Read
-
neither a,c or d
-
Uncommitted Read
-
Uncommitted Ride
-
can read data that has been changed and committed.
-
can read data that has been changed but is not yet committed.
-
both a and b
-
neither a or b
-
delete * from employee_Details
-
delete from employee_Details
-
truncate table employee_Details
-
drop table employee_Details