Answer Posted / chandiran
select <column name> from <table name>
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to write a query with an inner join 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 the use of oracle?
How to update values on multiple rows in oracle?
How different is ms access and oracle?
How to delete a column in an existing table?
Why is oracle database so popular?
What is oracle data type?
What is an oracle tablespace?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
How to resolve name conflicts between variables and columns?
what happened to the global index when I truncate the data in one of the partition?
Are truncate and delete commands same? If so why?
how the indexes are stored in the Oracle Database?
In oracle there is column command, how will you explain that?