-
-
-
-
Retrieve Names from Table
How to retrieve names from table starting with a particular character as a first letter, using with substring, instring without using LIKE function.
-
Date Conversions
How to convert any kind of date that comes in any format from the user to 'yyyymmdd' in Oracle?
-
Print number of columns and column names
How to print the number of columns in a particular table also the column names without using JDBC Result set meta data using pure SQL code.
-
Differentiate between TRUNCATE and DELETE
TRUNCATE deletes much faster than DELETETRUNCATEDELETEIt is a DDL statementIt is a DML statementIt is a one way trip,cannot ROLLBACKOne can RollbackDoesn't have selective features (where clause)HasDoesn't fire database triggersDoesIt requires disabling of referential constraints.Does not require
-
What is CoRelated SubQuery
A subquery within a subquery
-
-
-
-
Base table of View table
How do we view the query used while creating a View table? i.e How to find the dependencies of a view table.
-
Oracle Insert statement execution
Explain the internal process and steps how SQL statement is executed in Database ?
-
-
How many null value a unique key constraint can have?
I think there can be only one null value for a unique key constraint but some say there can be more than one null value.
-
Ampersand in SQL Output
How to display & in Oracle SQL output
-
-
-
-
Oracle SQL Interview Questions
Ans