How to store only time; not date and time?
No Answer is Posted For this Question
Be the First to Post Answer
How to assign a table row to a record variable?
How many memory layers are in the oracle shared pool?
find the second highest salary of the emp table
What is self-referential integrity constraint ?
WHAT IS THE DIFFERENCE BETWEEN PRIMARY KEY(PK) CONSTRAINT AND UNIQUE KEY(UK) + NOT NULL(NN) CONSTRAINT ASSIGN TO A COLUMN ? INSTEAD OF ASSIGNING PK ,WE CAN ASSIGN UK + NN TO A COLUMN. WHAT ARE THE MARRITS AND DEMARITS BETWEEN THE ABOVE TWO?THE ABOVE TWO ARE SAME,THEY DON'T ALLOW DUPLICATE AS WELL AS NULL VALUES.
How do I connect to oracle database?
How to start a new transaction in oracle?
What is the difference between SQL and SQL Server?
Differentiate between TRUNCATE and DELETE?
How you open and close a cursor variable.Why it is required?
what is the difference between UNION AND UNIONALL
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10