Is it possible to enter only time value into a column of a
table in sql?
Answer Posted / zaheer
No,
you can store as (HH24:MI) at form level, also make format
DateTime.
Query by - to_date(HH24:MI)
Also you can use Timestamp - I tied it in Oracle 10g. It
will store date and time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is query image?
What is an oracle table?
How to change program global area (pga) in oracle?
Is there any function in oracle similar like group_concat of mysql?
How to invoke the original export import utilities?
What is a system tablespace and when it is created?
What happens if the update subquery returns multiple rows?
What is translate in oracle?
How to bring a tablespace online?
How to get a list of all user accounts in the database?
What is merge in oracle?
What is bind variable in oracle 11g?
Explain the difference between replace() and translate() functions in oracle?
In oracle there is column command, how will you explain that?
What is a trigger oracle?