What does “select count(1) from tab” result?
Answer Posted / ali
A column function does not use any column name.
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What is use of trigger?
what is collation? : Sql dba
What is the reports view in oracle sql developer?
what is the difference between group by and order by in sql? : Sql dba
How would you pass hints to the sql processor?
what is the difference between char and varchar data types? : Sql dba
What is mutating table error?
How does sql store data?
What is the use of function "module procedure" in pl/sql?
What is crud diagram?
How exception handling is done in advance pl/sql?
how would you get the current date in mysql? : Sql dba
When is the update_statistics command used?
What is pl sql block structure?