Oracle SQL and Date/Time Functions
Quiz covering Oracle database SQL functions, date/time operations, constraints, joins, and Oracle-specific features
Questions
Order by clause cannot have aliases of columns....
- True
- False
The default sorting order of SQL statement is ASC....
- True
- False
Null values in select statement with descending order will apppear at the top of the list....
- True
- False
Arithmetic functions returns a NULL for a NULL input...
- True
- False
password files are mandatory Disk components of Oracle....
- True
- False
To write a query that performs an outer join of tables A and B and returns all rows from B, You need to write
- any outer join
- left outer join
- cross join
- right outer join
Which is valid Oracle constraint type ?
- CASCADE
- CONSTANT
- CHECK
- NONUNIQUE
Which is an iSQL*Plus command ?
- DESCRIBE
- RENAME
- DELETE
- INSERT
Which is a DML Statement ?
- DROP
- MERGE
- CREATE
- COMMIT
Which is a character manipulation functions ?
- CASE
- TRUNC
- REPLACE
- MOD
The date got from SYSDATE is date according to client machine....
- True
- False
Cast function converts datatypes....
- True
- False
Months_between will return negative numbers....
- True
- False
Newfoundland standard time uses daylight saving...
- True
- False
Dump function takes the backup of Oracle....
- True
- False
AST,GMT,XST..... can be used as parameters for which function..?
- next_day()
- add_months()
- new_time()
- old_year()
To change the display of date information, we have to use....
- National Language Set
- International Language Set
- Oracle Language Set
- SQL-99 compliant Language Set
Which one is not Oracle Function...?
- to_char
- to_number
- to_string
- to_date
Valid time zone names can be found in ....
- v$timezone_names
- v$timezone
- user_timezone_names
- dba_timezone_names
Which function will take input parameter...?
- tz_offse
- sessiontimezone
- systemstamp
- sysdate