ASSIGNMENT > Chapter 2 Hands on Assignment Part 1. Stark State College CPD 221


Stark State College CPD 221 1. Using Scalar Variables. Create a PL/SQL block containing the following variables. Answer: DECLARE lv_test_date DATE := '10-DEC-07'; lv_test_num NUMBER(3) := 10; lv_test_txt VARCHAR2(10); BEGIN lv_test_txt := '???????'; DBMS_OUTPUT.PUT_LINE(lv_test_date); DBMS_OUTPUT.PUT_LINE(lv_test_num); DBMS_OUTPUT.PUT_LINE(lv_test_txt); END; 2. CREATING A FLOWCHAR ...[Show More]

Preview 1 out of 5 pages
Purchase this document to unlock the blurred part and the rest of the document

Unlock Now

Reviews( 0 )