PL/SQL DataType Exercises with Solution
PL/SQL DataType[8 exercises with solution]
1. Write a PL/SQL block to learn how to declare a character type variable.
2. Write a PL/SQL block to insert data to a table using character type variable.
3. Write a PL/SQL block to differenciate between CHAR and VARCHAR2 datatype.
4. Write a PL/SQL procedure to accepts a BOOLEAN parameter and uses a CASE statement to print Unknown if the value of the parameter is NULL, Yes if it is TRUE, and No if it is FALSE.
5. Write a PL/SQL program to show the upper limit of PLS_INTEGER.
6. Write a PL/SQL program to show the uses of SIMPLE_INTEGER datatype.
7. Write a PL/SQL program to show the uses of an unconstrained subtype, i.e., the same set of values as its base type.
8. Write a PL/SQL program to show the uses of a constrained subtype.
It will be nice if you may share this link in any developer community or anywhere else, from where other developers may find this content. Thanks.
https://w3resource.com/plsql-exercises/datatype/index.php
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics