File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,9 @@ BEGIN
343343 CLOSE student_grades;
344344END;
345345/
346+
347+ ![ WhatsApp Image 2024-12-03 at 07 44 14 (1)] ( https://github.com/user-attachments/assets/73437c9b-2ac3-4213-af43-faa369ebed75 )
348+
346349## ** 3. Attributes (%TYPE and %ROWTYPE)**
347350
348351This step demonstrates the use of ` %TYPE ` and ` %ROWTYPE ` to improve efficiency and reusability in PL/SQL code.
@@ -355,6 +358,7 @@ BEGIN
355358END;
356359/
357360
361+ ![ WhatsApp Image 2024-12-03 at 07 44 15] ( https://github.com/user-attachments/assets/4400f577-35b3-4931-9efa-b6e269cb734f )
358362
359363## ** 4. Package Development**
360364
@@ -409,6 +413,7 @@ BEGIN
409413 VALUES ('STUDENT', v_action_type, USER, SYSDATE);
410414END;
411415/
416+ ![ WhatsApp Image 2024-12-03 at 07 44 14] ( https://github.com/user-attachments/assets/62417f21-80ea-4324-8d1d-08ad91dd82e0 )
412417
413418### ** b) Restriction Example**
414419This procedure prevents unauthorized access to sensitive data based on the user's role.
You can’t perform that action at this time.
0 commit comments