What is the difference between SQL table and the PLSQL
table?
Answer Posted / saisravanthi
sql tables are used to store data permanently.pl/sql tables
are used to hold data just like other variables during the
execution of programs.
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Can we use commit inside a trigger?
What programs use sql?
Can we insert data into materialized view?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What is assignment operator in pl sql?
What is the basic structure of an sql?
What will you get by the cursor attribute sql%rowcount?
What is clustered and nonclustered index in sql?
What is a constraint?
What is the command used to fetch first 5 characters of the string?
Does truncate table reset auto increment?
How is use pl and sql?
What view means?
What are inner outer left and right joins in sql?