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
How does index help in query performance?
Is sql workbench free?
How do I view a view in sql?
Is not equal in sql?
How to pipe multiline string to isql?
What are the different types of tables in sql?
What are inbuilt functions in sql?
What are conditional predicates?
What is an example of translating a date into julian format?
what is the difference between nested subquery and correlated subquery?
What is oracle and pl sql?
How do you truncate?
how to convert character strings to dates? : Sql dba
What is input buffer in sql*plus?
List the various privileges that a user can grant to another user?