Skip to content

Commit d6431dc

Browse files
authored
Update README.md
1 parent a15e04c commit d6431dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ BEGIN
343343
CLOSE student_grades;
344344
END;
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

348351
This step demonstrates the use of `%TYPE` and `%ROWTYPE` to improve efficiency and reusability in PL/SQL code.
@@ -355,6 +358,7 @@ BEGIN
355358
END;
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);
410414
END;
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**
414419
This procedure prevents unauthorized access to sensitive data based on the user's role.

0 commit comments

Comments
 (0)