Answer Posted / anil
select * from table_name where dept='Marketing'
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Can we create database in oracle using command line ?
How are extents allocated to a segment?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.
Where is the export dump file located?
Explain oracle’s server parameter file.
What do you mean by a deadlock?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What is Virtual Private Database in Oracle?
IS it possible to built the oracle database without setting the kernal parameters?
What is oracle in java?
Explain table?
What are the attributes of the cursor?
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'));
How to handle a single quote in oracle sql?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.