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 the minimum client footprint required to connect c# to an oracle database?
What is index-organized table in Oracle?
WHAT IS THE DIFFERENCE BETWEEN PRIMARY KEY(PK) CONSTRAINT AND UNIQUE KEY(UK) + NOT NULL(NN) CONSTRAINT ASSIGN TO A COLUMN ? INSTEAD OF ASSIGNING PK ,WE CAN ASSIGN UK + NN TO A COLUMN. WHAT ARE THE MARRITS AND DEMARITS BETWEEN THE ABOVE TWO?THE ABOVE TWO ARE SAME,THEY DON'T ALLOW DUPLICATE AS WELL AS NULL VALUES.
Can we commit inside a function in oracle?
How to store pictures on to the database?
what is primary key and foreign key when and where have to use
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
sql query to get zero records from a table
How to install oracle database 10g xe?
The join defined by the default data link is an outer join yes or no ?
what are actual and formal parameters?
What privilege is needed for a user to create tables in oracle?