Answer Posted / ns
select to_char(systimestamp,'HH24:MM:SS') from dual;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the data pump import utility?
Explain oracle insert into command?
What is bulk copy or bcp in oracle?
What is oracle rowcount?
How to invoke the data pump import utility?
hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
What are the uses of Database Trigger ?
How can windows applications connect to oracle servers?
How to resolve the ORA-39133 error in Oracle?
How to create a stored program unit?
Can we connect to ORACLE db using Windows Authentication?
what are the default admin accounts in Oracle 10g ?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.