What is pl sql record in oracle?



What is pl sql record in oracle?..

Answer / Sankalp Saxena

A PL/SQL record in Oracle is a user-defined collection of related data items with specific names and types. It is similar to a struct in other programming languages. Records are useful for passing multiple values between procedures, functions, and packages as a single unit.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is sql catalog?

1 Answers  


What are string functions in sql?

1 Answers  


What is the use of sql trace?

1 Answers  


What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql

1 Answers  


What is the difference between row level and statement level trigger?

1 Answers  


How to revise and re-run the last sql command?

1 Answers  


What are the different types of joins in sql?

4 Answers  


What is serial sql?

1 Answers  


what is difference between procedure and function

10 Answers   MCN Solutions, Wipro,


What are indexes, and what are the different types?

3 Answers  


How do you write an inner join query?

1 Answers  


Why is the cursor important?

1 Answers  


Categories