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 the difference between microsoft access and sql server?
what is myisam? : Sql dba
Write a sql select query that only returns each name only once from a table?
What are different sql data types?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
How do I send sql query results to excel?
Is left join inner or outer?
How many times can we commit in a loop?
How many types of triggers exist in pl/sql?
What does sign mean sql?
tell me about various levels of constraint. : Sql dba
What is the file extension for sql database?
Is join same as left join?
What mean sql?
What is nosql example?