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 are the trigger associated with image items ?
Where do you use decode and case statements?
Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)
what are actual and formal parameters?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
What is Parallel Server ?
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
How to start instance with a minimal initialization parameter file?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
How to set up autotrace for a user account?
What is a database table in oracle?