Answer Posted / neel armstrong
Julian date is the number of days from 01-Jan-4712 BC
Is This Answer Correct ? | 22 Yes | 12 No |
Post New Answer View All Answers
How many types of normalization are there?
What is cold data?
Is natural join same as inner join?
How do I partition in sql?
what's the difference between a primary key and a unique key? : Sql dba
What is a natural join?
Explain the insert into statements in sql?
How to move files from one directory to another in pl sql?
What is a heap in sql?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
How do I remove duplicates in two columns?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What is clustered index in sql?
How many types of literals are available in pl sql?