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 |
what is mean by prmary key and foreign key and how can we diffrentiate that? Please answer me. Advance thanks.
What are the various types of snapshots ?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What is an oracle transaction?
Whats the benefit of dbms_stats over analyze?
How to run create database statement again?
Where is the export dump file located?
State the difference between a primary key and foreign key?
what is the difference between dbms and rdbms?
What is the order of defining local variables and sub procedures/functions?
How to convert character types to numeric types?
How do we display rows from the table without duplicates?