adspace
Answer Posted / 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 View All Answers
What is the best sql course?
Is inner join faster than left join?
how to escape special characters in sql statements? : Sql dba
What is the current version of sql?
what is schema? : Sql dba
what are the advantages of sql ? : Sql dba
Can delete statement be rollbacked?
define sql insert statement ? : Sql dba
what is dbms? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is sql server agent? : Sql dba
How do I remove duplicates in two columns?
Does group by remove duplicates?
what are all the common sql function? : Sql dba
Can we use distinct and group by together?