-
-
-
-
-
-
-
-
How to write SQL query for milliseconds in Oracle.
For example In my table one datetime field example modified_date_time.its displaying 2006-08-18 23:28:23 (here its rounding seconds)But I want the format like 2006-08-18 23:28:22.123456 (I want the absolute value for seconds like yyyy-mm-dd HH24:mi:ss.milliseconds.
-
-
How to apply two constraints for a single column in a table?
For example::In a table Table1, I want 2 make the column "Column1" as primary key and I want the first letter must start with 'S'
-
Is it possible to create Synonym for Triggers ?
If your answer is yes, explain the steps.
-
-
-
-
-
-
-
-
How to drop a column level constraint?
I cant drop the whole column because that is interlinked with my process? I have declared not null on a column, I have to change it
-
Index on coloumns
How to see on what coloumns the indexes have been created?
Oracle SQL Interview Questions
Ans