Tag: databases
Questions Related to databases
-
Atomic History
-
Building Block
-
Staging
-
Datamart
-
Select to_date(sysdate,’DD/MONTH/YY’) from dual;
-
Select to_date(sysdate,’DD/MM/YY’) from dual;
-
Select to_char(sysdate,’DD/MONTH/YY’) from dual;
-
Select to_char(sysdate,’DD/MM/YY’) from dual;
-
This procedure will not compile successfully.
-
This procedure will print the Userid and fullname of users whose username starts with ‘D’;
-
This procedure will print just the fullname of the users.
-
This procedure will print just the userid of the users.
-
This procedure will print the Userid and fullname of users whose username starts with ‘D’;
-
This procedure will not compile successfully.
-
This procedure will print just the fullname of the users.
-
This procedure will print just the userid of the users.
-
a
-
b
-
Can't tell
-
both will perform the same
-
Returns the count of rows grouped by statuses
-
Error - Incorrect use of COUNT. It has to have a column name.
-
Error - because of the GROUP BY Clause or Selected columns
-
Does not return the count, just displays the other two fields.