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 does bitemporal mean?
what is top in tsql? : Transact sql
What are the indexing methods?
What is use of trigger?
How do I start sql profiler?
what is a constraint? : Sql dba
What is using in sql?
Which nosql database is best?
How can you tell the difference between an index and a view?
Is oracle sql free?
what is uncommittable transactions? : Transact sql
Can %notfound return null after a fetch?
what are the advantages and disadvantages of views in a database? : Sql dba
How can you view the errors encountered in a trigger?
Why coalesce is used in sql?