What privilege is needed for a user to create views in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to best split csv strings in oracle 9i?
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 get a list of all user accounts in the database?
Explain the difference between replace() and translate() functions in oracle?
how to delete all duplicate records from a table using subquery?
What does sharding mean?
According to oracle specification VIEW is a object. OBJECT that means anything stored in the oracle database that has the physical existence.why VIEW doesn't take memory in oracle database, but it is treated as a object ?Please explain ?
How many types of segments in Oracle?
select statement does not retrieve any records. what exception is raised?
State and explain the different types of data models?
State any two functions of oracle?
What do you mean by merge in oracle and how can we merge two tables?