What is the difference between SQL table and the PLSQL
table?

Answers were Sorted based on User's Feedback



What is the difference between SQL table and the PLSQL table?..

Answer / 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

What is the difference between SQL table and the PLSQL table?..

Answer / shivakanth reddy

In case sql table we use PRIMARY KEY to avoid duplicates and
null values.
But in case of PL/SQL PRIMARY KEY is used as an index to
ann array for accessing rows.

Is This Answer Correct ?    1 Yes 5 No

What is the difference between SQL table and the PLSQL table?..

Answer / 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

More SQL PLSQL Interview Questions

Is sql a oracle?

0 Answers  


What are the two types of periodical indexes?

0 Answers  


What are user defined stored procedures ?

3 Answers   BirlaSoft,


What is coalesce in sql?

0 Answers  


What is pl/sql and what is it used for?

4 Answers  






How toimport .dmp file in lower version of oracle from higher version ?

4 Answers   TCS,


Why stored procedure is faster than query?

0 Answers  


what is a view? : Sql dba

0 Answers  


What are different sql data types?

0 Answers  


What is the location of pre_defined_functions.

0 Answers  


Is left join same as join?

0 Answers  


What is row_number () in sql?

0 Answers  


Categories