Answer Posted / 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 |
Post New Answer View All Answers
How to convert a date to char in oracle? Give one example.
How to convert characters to times in oracle?
Explain table?
What is difference between truncate and delete?
How to find out what oracle odbc drivers are installed?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
What is pragma autonomous transaction in oracle?
What is not equal to in oracle?
please explain.. DB architecture ...
What is the string concatenation operator in oracle?
What is difference between cartesian join and cross join?
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
How to set a transaction to be read only in oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
How to assign values to data fields in record variables?