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 are the advantages of running a database in NO archive log mode?
Explain the use of ignore option in imp command.
what is load balancing and what u have used to do this?(sql loader)
How do I start tns listener?
What is meant by recursive hints ?
How to import one table back from a dump file?
does the query needs a hint to access a materialized view?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
Can a field be used in a report without it appearing in any data group ?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
how to find count rows in table without count function?
How many types of cluster table in Oracle?