Answer Posted / hetendra chauhan
Bit Map and B-tree index
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Is a rollback possible to any savepoint?
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 are temporal data types in oracle?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What is oracle rownum?
What is a static data dictionary in oracle?
How a database is related to tablespaces?
List out the components of logical database structure of oracle database.
How to convert character types to numeric types?
What is the difference between formal parameters and actual parameters?
What is ordinary table in oracle?
How to create a table interactively?
ABOUT IDENTITY?
What is the sql query to concatenate column values from multiple rows in oracle?
How to define an external table with a text file?