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 tns entry?
What is translate in oracle?
Explain the use of ignore option in imp command.
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
Differentiate between TRUNCATE and DELETE?
How do you handle duplicate records in a database?
You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?
What is a view and how is it different from a table?
How to create a testing table in oracle?
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
How to get execution statistics reports on query statements?