What is Oracle table?
Answer / nishi
A table is the basic unit of data storage in an Oracle database. The tables of a database hold all of the user accessible data. Table data is stored in rows and columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain an exception and its types?
Explain mutating triggers.
how to find find & delete duplicate rows from two different tables?
What is meant by a deadlock situation?
What is a relational database management system?
1.how to extract the second highest salary from emp table having sal as a column which contains the salary of all employee of an organisation.
How to recover a dropped index?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
What are the types of Database Links ?
What are the uses of synonyms?
How to run the anonymous block again?
Can we write insert statement in function in oracle?