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 a loop in sql?
How many types of keys are there in sql?
Can there be 2 primary keys in a table?
What is dialect in sql?
What are stored procedures used for?
Does inner join return duplicate rows?
What is the difference between database trigger and stored procedure?
How do I remove sql developer from windows 10?
Is grant a ddl statement?
How to handle bulk data?
how to use 'mysql' to run sql statements? : Sql dba
what is dbms? : Sql dba
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What is partition in sql query?
What is graph sql?