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 is execute immediate?
What are inner outer left and right joins in sql?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
How do I run a sql query in pgadmin 4?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
How can one get sql*loader to commit only at the end of the load file? : aql loader
tell me about various levels of constraint. : Sql dba
Show the cursor attributes of pl/sql.
How long will it take to learn pl sql?
What is the purpose of cursors in pl/sql?
explain commit and rollback in mysql : sql dba
Enlist some predefined exceptions?
What are the rules to be applied to nulls whilst doing comparisons?
Are stored procedures faster than queries?
What are inner and outer joins examples of both?