how to store only time in a data base table

Answers were Sorted based on User's Feedback



how to store only time in a data base table..

Answer / sudipta santra

No problem, There are 2 ways for doing this:

1. If the field of the table is timezone then you can set
data or insert data of timezone i.e the timezone is upto
milliseconds.

eg. insert into timetab(time_col) values(select
sysdbtimezone from dual);

2. If the field is varchar2 then you can set the value or
insert the time stamp like that:

insert into timetab(time_col)
values(substr(to_char(sysdate,'DD-MON-RRRR'),13);

Is This Answer Correct ?    2 Yes 1 No

how to store only time in a data base table..

Answer / ns

select to_char(systimestamp,'HH24:MM:SS') from dual;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle General Interview Questions

Explain an index?

0 Answers  


How to delete all rows a table in oracle?

0 Answers  


How to add a new column to an existing table with a default value?

0 Answers  


Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..

0 Answers  


if you ctreate table identity

0 Answers  






How to create a table index in oracle?

0 Answers  


what is foreign key?

5 Answers  


Can a formula column referred to columns in higher group ?

0 Answers   Oracle,


How to write a query with an inner join in oracle?

0 Answers  


How do I spool in oracle?

0 Answers  


Explain the use of ignore option in imp command.

0 Answers  


What are advantages fo Stored Procedures?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)