I want to know the difference between A Record Type and a Table.
Answer Posted / ajitabh tiwari
A record will have multiple columns in it which can store one record..
A table can store multiple rows of single columns or multiple rows of records
Record:
u have to declare the type of the record which datatype cols it stores
means grouping different datatype cols in one record type
so now u can store the values according to it.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is pessimistic concurrency control? : Transact sql
what is sql? : Sql dba
What does select top 1 do in sql?
How do rank () and dense_rank () differ?
How can you create an empty table from an existing table?
Do we need commit after truncate?
How do I send sql query results to excel?
What is cursor and why it is required?
What is latest version of sql?
What is an implicit commit?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
Why is theta join required?
Why do we use %rowtype & %type in plsql?
How do I count rows in sql?
How does an execution block start and end in pl sql?