What privilege is needed for a user to create indexes in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to export your own schema?
what is query and types of query
Explain the statement?? ALTER TABLE TABLE_NAME MOVE; What it the use of above statement??
What is an Oracle sequence?
10)In an RDBMS, the information content of a table does not depend on the order of the rows and columns. Is this statement Correct? A)Yes B)No C)Depends on the data being stored D)Only for 2-dimensional tables
what are the different types of cursors? explain?
How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.
What are the different types of record groups in oracle? Explain each of them
Is it possible to join two tables, that are in two different users (e.g. SCOTT and HR etc.),but im same database (e.g. ORCL)? If yes, then how it is possible? Explain with step by step procedure.
what is the output of select * from emp where null=null & select * from emp where 1=1
How to convert csv to table in oracle?
How do you find current date and time in oracle?