Explain alias?
No Answer is Posted For this Question
Be the First to Post Answer
what is the bitmap index?
if you ctreate table identity
how to select alphabets in a one column , for this the table name is PA_TASKS and column name is TASK_NUMBER, In TASK_NUMBER the data like this 1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For this i need to disply output as only NN,but not other alphabets, if NN is thre means i should display , otherwise leave that blank or empty Its some urgent requirement ,thanks in advance
What is RULE-based approach to optimization ?
How to add a new column to an existing table with a default value?
Can we insert data in view oracle?
How to execute the package in oracle?
20. Using a set operator, display the client number of all clients who have never placed an order.
what is data independence exactly? give an example
What are group functions in oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
what is null value?