What data types does pl/SQL have?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Can we join tables without foreign key?
what is view? : Sql dba
What are literals in sql server?
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
How do I run a sql query?
How collections are improve the performance?
Can we create index on primary key?
what is the use of HASH, LIST partitions?
What is lookup table in sql?
what are the limitations of identity column? : Transact sql
What is the difference between inner join and outer join?
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..?