I want to know the difference between A Record Type and a Table.
Answer Posted / devi
table is a object where as a recordtype is a user defined
datatype .a table can store data from one table at a time
where as different variable or column declared with
sametype can stores data from multiple table
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What does over partition by mean in sql?
What is pragma in sql?
Can we rollback after truncate?
How do you rename a table in sql?
What is difference between db2 and sql?
what is the difference between truncate and drop statements? : Sql dba
What is a clob in sql?
Is a secondary key the same as a foreign key?
What are the various levels of constraints?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
discuss about myisam key cache. : Sql dba
Is sql microsoft?
What does <> sql mean?
Is sqlexception checked or unchecked?
what is a join? : Sql dba