what is Table ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
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 ? | 2 Yes | 0 No |
Answer / anand
table is nothing but it is collection of row and column.
| Is This Answer Correct ? | 0 Yes | 0 No |
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
How would you change old and new values in an insert, delete and update triggers?
what is difference between table and view? where to use views? thanks in advance!
What is dual table oracle?
Can we create database in oracle using command line ?
What are the differences between a sys and system user and what are the extra privileges available to the sys user?
What is define in oracle?
Can multiple cursors being opened at the same time?
Explain about your project and its relation to the current job position you are applying to?
What are the values that can be specified for OPTIMIZER MODE Parameter ?
How can I combine multiple rows into a comma-delimited list in oracle?
What is an oracle table?