How to run create database statement?
No Answer is Posted For this Question
Be the First to Post Answer
how to get the no employee in each department including the dept which has 0 employee
According to oracle specification VIEW is a object. OBJECT that means anything stored in the oracle database that has the physical existence.why VIEW doesn't take memory in oracle database, but it is treated as a object ?Please explain ?
How to define a data field as not null?
What is a connect identifier?
What are the limitations oracle database 10g xe?
Can we create more than one index on particular column?
Which is faster join or subquery in oracle?
After using set unused can we enable the column again to use? Please give me some answers....
Display Odd/ Even number of records?
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 are internal user account in oracle?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6