What is the use of time stamp in select statement?
Answer / parthasarathi
timestamp is used to store dates along with time .. we can store hours , minutes, seconds and milli seconds.
Is This Answer Correct ? | 1 Yes | 0 No |
How to change sql*plus system settings?
What is structural independence and why is it important?
Describe different types of general function used in sql?
What is the difference between left outer join and left join?
What are % TYPE and % ROWTYPE ? What are the advantages of using these over datatypes?
scope of exception handling in plsql
HOW TO PRINT * ** *** **** ***** BY USING SQL QUERY? (MAY BE USING SCRIPT)
How do I run a sql script?
What is package in pl sql?
how to calculate the difference between two dates? : Sql dba
Why you are not able to create a table using select command,if it is having a LONG column? for eg:create table test as select * from test1 here test1 containg a column having LONG datatype...
what is a database lock ? : Sql dba