Oracle Database Fundamentals
Oracle database concepts including tables, views, indexes, SQL syntax, and Oracle-specific functions
Questions
Which one is date function of Oracle...?
- multiply_months(x,y)
- add_months(x,y)
- devide_months(x,y)
- upper(x)
Which one is date function of oracle....?
- last_day(x)
- next_day(x)
- first_day(x)
- 1 & 3
- 1 & 2
- 2 & 3
Which one is oracle function....?
- divert
- convert
- straight
- revert
which one is not a function in oracle....?
- compose
- decompose
- translate
- retranslate
find the correct usage....
- colesce
- coalesce
- coalsce
- coalese
Which one is date function of Oracle...?
- multiply_months(x,y)
- add_months(x,y)
- devide_months(x,y)
- upper(x)
Which components are required to run iSQL*Plus from your PC? (Choose all that apply.)
- SQL*Plus installed on the PC
- Oracle Net on the PC
- HTTP Server
- iSQL*Plus Server
Which line of the following code has an error? SELECT * FROM emp WHERE comm = NULL ORDER BY ename;
- SELECT *
- FROM emp
- WHERE comm = NULL
- There is no error in this statement.
What are the special characters allowed in a table name? (Choose two answers.)
- &
- #
- @
- $
If char data type column contain number value (say 9) than condition 9>12 IS ?
- True
- False
IN which condition X is NOT equal to Y ?
- X<>Y
- X!=Y
- X^=Y
- X!=!Y
Trim('0' from 000435600 )?
- 435600
- 0004356
- 00043560
- 4356
Which variable specifies to which version we are connected to ORACLE?
- COMPATIBILITY
- VERSION
- System.field_status
- System.current_field
Which is correct ? I DDL-Create,alter.delete II DML-Update,drop,delete III DCL-Grant,revoke IV DDL-Create,drop,alter
- I
- II
- III
- IV
which is correct about TABLE
- Table can have 100 column at MAX
- Table can have 1000 column at MAX
- Table can have 10,000 column at MAX
- Table can have unlimited column
Column ALIASE can be used in Order by clause ?
- True
- False
Table (having constraint) can only be delete by
- TRUNCATE
- DELETE
- DROP
- REMOVE
Which is correct about index?
- B-tree index used for table having completely unique colum
- REVERSE key index used for oracle parallel serve
- BIT MAP index is used for low cardinality
- None of these
Which is correct about view ?
- Outer Join view (complex view) is not updateable
- USER_View contain Status of view
- USER_ViEw NOT contain Status of view
- DML opration may NOT applied on view having Group by clasue
A Database Procedure is stored in the Database
- In compiled form
- As source code
- Both A & B
- Not stored