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 |
What is cursor
What WHERE CURRENT OF clause does in a cursor?
What privilege is needed for a user to insert rows to tables in another schema?
How to get maxsal , minsal, ename department wise in single query
What is Private Database Link ?
t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.
Define Transaction ?
What is the usage of control file in oracle?
What are set operators?
Whether any commands are used for months calculation? If so, what are they?
Differentiate between function and procedure in oracle.
How to update a table row with a record?