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
343
343
CLOSE student_grades;
344
344
END;
345
345
/
346
+
347
+ ![ WhatsApp Image 2024-12-03 at 07 44 14 (1)] ( https://github.com/user-attachments/assets/73437c9b-2ac3-4213-af43-faa369ebed75 )
348
+
346
349
## ** 3. Attributes (%TYPE and %ROWTYPE)**
347
350
348
351
This step demonstrates the use of ` %TYPE ` and ` %ROWTYPE ` to improve efficiency and reusability in PL/SQL code.
@@ -355,6 +358,7 @@ BEGIN
355
358
END;
356
359
/
357
360
361
+ ![ WhatsApp Image 2024-12-03 at 07 44 15] ( https://github.com/user-attachments/assets/4400f577-35b3-4931-9efa-b6e269cb734f )
358
362
359
363
## ** 4. Package Development**
360
364
@@ -409,6 +413,7 @@ BEGIN
409
413
VALUES ('STUDENT', v_action_type, USER, SYSDATE);
410
414
END;
411
415
/
416
+ ![ WhatsApp Image 2024-12-03 at 07 44 14] ( https://github.com/user-attachments/assets/62417f21-80ea-4324-8d1d-08ad91dd82e0 )
412
417
413
418
### ** b) Restriction Example**
414
419
This 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