What is the difference between count (*), count (expression), count (distinct expression)?
No Answer is Posted For this Question
Be the First to Post Answer
What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
How can we Update a table with out using UPDATE command?
What is recycle bin in Oracle?
How do we create privileges in oracle?
How to define a specific record type?
What is blob datatype?
Is oracle an operator?
Explain the dml?
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 are Indexes Update ?
Suppose U install the oracle DB either enterprise edition or express edition in ur personal PC, Is there the Database has been created after ur installation if not then where the oracle's all objects with data be stored?
Explain oracle instance.