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
What is pivot table in sql?
What is join view in sql?
Which join is like an inner join?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
Is big data nosql?
What are the parts of a sql statement?
What is the difference between truncate and drop statements?
What are the limitations of sql express?
How do I run a program in pl sql?
what is index? : Sql dba
How do I save a stored procedure?
how to create a table index in mysql? : Sql dba
What do you mean by rowid?
What is schema in sql?
Explain constraints in sql?