What data types does pl/SQL have?

Answers were Sorted based on User's Feedback



What data types does pl/SQL have?..

Answer / nashiinformaticssolutions

PL/SQL supports various data types, including:
• Scalar data types like VARCHAR2, NUMBER, DATE, and BOOLEAN.
• Composite data types like RECORD and TABLE.
• Reference data types like REF CURSOR and PL/SQL TABLE.

Is This Answer Correct ?    0 Yes 0 No

What data types does pl/SQL have?..

Answer / glibwaresoftsolutions

PL/SQL supports various data types, including:
• Scalar data types like VARCHAR2, NUMBER, DATE, and BOOLEAN.
• Composite data types like RECORD and TABLE.
• Reference data types like REF CURSOR and PL/SQL TABLE.

Is This Answer Correct ?    0 Yes 0 No

What data types does pl/SQL have?..

Answer / hr@tgksolutions.com

PL/SQL supports various data types, including:
• Scalar data types like VARCHAR2, NUMBER, DATE, and BOOLEAN.
• Composite data types like RECORD and TABLE.
• Reference data types like REF CURSOR and PL/SQL TABLE.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Can we join tables without foreign key?

0 Answers  


what is view? : Sql dba

0 Answers  


What are literals in sql server?

0 Answers  


how i do the database testing of online money transactions between two parties (client and organization). suppose our company makes a website for our client and give a extra feature of online money transaction with there clients then how i test this feature in database testing

1 Answers  


How do I run a sql query?

0 Answers  






How collections are improve the performance?

1 Answers   Polaris,


Can we create index on primary key?

0 Answers  


what is the use of HASH, LIST partitions?

1 Answers   ITC Infotech,


What is lookup table in sql?

0 Answers  


what are the limitations of identity column? : Transact sql

0 Answers  


What is the difference between inner join and outer join?

0 Answers  


suppose u hav 1 book with set...page 1-100 n 101 -200 now print page from 2-100 n 102 -200... how we will do..?

6 Answers  


Categories