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
Which table is left in join?
What is varray in pl sql?
what is clause? : Sql dba
What is cross join sql?
How subquery works in sql?
What is difference between inner join and cross join?
What is delete command in sql?
What does the acronym acid stand for in database management?
How do I save a stored procedure?
what is sp_pkeys? : Transact sql
What is the use of sql trace?
Explain alias in sql?
How do I remove duplicates in two columns?
What is rownum and rowid?
What are the sql versions?