Explain coalesce function?
No Answer is Posted For this Question
Be the First to Post Answer
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
What do you mean by merge in oracle and how can we merge two tables?
What is the difference between Sleep and Wait? (Java)
What are the built-in functions used for sending Parameters to forms ?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
What is self-referential integrity constraint ?
How would you go about verifying the network name that the local_listener is currently using?
What is a shared pool?
1.What is inline function in oracle and its purpose? 2.What is the equivalent operator for "different from pattern" in oracle? 3. If you define a variable in oracle, how it will be available? [a. Until database shut down b. Until table deleted c. until session get expired]
What are the types of Database Links ?
How to retrieve data from an cursor to a record?