What is the difference between SQL table and the PLSQL
table?
Answer Posted / ganesh
sql table:
it has n number of field(column) with sql datatype,
it is scheema object
plsql table:
it is one of type of collection in plsql, it can hold two
column only(it can one column from table),in which one
column hold scalar variable and another hold binar integer
| Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
What is primary and foreign key?
What is faster join or subquery?
Is stored procedure faster than query?
What are properties of the transaction?
What are the dml statements?
How much does sql cost?
What is orm in sql?
How can use stored procedures in sql?
Is sql scripting language?
How do you exit in sql?
Is sql a case sensitive language?
What does an inner join do?
When do we use triggers?
Can we insert delete data in view?
What is dense_rank in sql?