Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment 2-1: Using Scalar Variables Create a PL/SQL block containing the following variables: Name Data Type Option Initial Value lv_test_date DATE December 10, 2012 lv_test_num
Assignment 2-1: Using Scalar Variables Create a PL/SQL block containing the following variables:
Name Data Type Option Initial Value
lv_test_date DATE December 10, 2012
lv_test_num NUMBER(3) CONSTANT 10
lv_test_txt VARCHAR2(10)
Assign your last name as the value of the text variable in the executable section of the block. Include statements in the block to display each variables value onscreen.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started