What is a nested table?
No Answer is Posted For this Question
Be the First to Post Answer
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
What is an oracle cursor variable?
How many categories of data types?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
What is an oracle transaction?
What is dual table oracle?
What is columnar storage what is the advantage?
difference between bind variable and variable
what is the difference between table and veiw?
What are the oracle differences between nvl and coalesce
Does rowid change in oracle?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15