-
-
-
-
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?
-
Date functions
How to know the days or months or years between two employees in emp table.
-
Datareader Dataset
How to fill Dataset from Datareader?
-
What is SQL Tuning?
What is SQL Tuning? How does it work? Thanks
-
Between Operator for Date Fields
What is the disadvantage of using "BETWEEN" for date feilds
Oracle SQL Interview Questions
Ans