INSERT INTO Test_audit VALUES(:NEW.test_id, :NEW.value, :NEW.test_date); END trg_test; . . . . . . . . . . . . . SUPPORT US ! VOTE UP ANSWER ! ANSWER IS IN THE ATTACHMENT JUST TAP ON IT:
BEGIN IF score>90 THEN grade := 'A'; . . . . . . . . . . . . . SHOW SOME SUPPORT! CREATE AN ACCOUNT TO GET NOTIFICATIONS ABOUT NEW QUESTIONS AND ANSWERS THIS QUESTION'S ANSWER IS IN THE ATTACHMENT JUST DOWNLOAD IT.
BEGIN IF score>90 THEN
grade := ‘A’;
. . . . . . . . . . . . .
SHOW SOME SUPPORT!
CREATE AN ACCOUNT TO GET NOTIFICATIONS ABOUT NEW QUESTIONS AND ANSWERS
THIS QUESTION’S ANSWER IS IN THE ATTACHMENT JUST DOWNLOAD IT.
Create a package which contains function to ask the user to enter the student’s marks and determine the GRADE according to the following criteria. >90 A >80AND 70AND 60 AND<70 D <60 F
https://sikshapath.in/question/create-a-package-which-contains-function-to-ask-the-user-to-enter-the-students-marks-and-determine-the-grade-according-to-the-following-criteria-90-a-80and-70and-60-and70-d-6/
Procedure
https://sikshapath.in/question/calculate-electricity-bill-dbms/
Package
https://sikshapath.in/question/create-a-package-which-contains-function-to-ask-the-user-to-enter-the-students-marks-and-determine-the-grade-according-to-the-following-criteria-90-a-80and-70and-60-and70-d-6/
Create a trigger that checks if “value” is greater than 1000 for any new row inserted to “Test” table, then insert a row to Audit table?
INSERT INTO Test_audit VALUES(:NEW.test_id, :NEW.value, :NEW.test_date); END trg_test; . . . . . . . . . . . . . SUPPORT US ! VOTE UP ANSWER ! ANSWER IS IN THE ATTACHMENT JUST TAP ON IT:
INSERT INTO Test_audit
VALUES(:NEW.test_id, :NEW.value, :NEW.test_date);
END trg_test;
. . . . . . . . . . . . .
SUPPORT US !
VOTE UP ANSWER !
ANSWER IS IN THE ATTACHMENT JUST TAP ON IT:
Create a package which contains function to ask the user to enter the student’s marks and determine the GRADE according to the following criteria. >90 A >80AND 70AND 60 AND<70 D <60 F
BEGIN IF score>90 THEN grade := 'A'; . . . . . . . . . . . . . SHOW SOME SUPPORT! CREATE AN ACCOUNT TO GET NOTIFICATIONS ABOUT NEW QUESTIONS AND ANSWERS THIS QUESTION'S ANSWER IS IN THE ATTACHMENT JUST DOWNLOAD IT.
BEGIN IF score>90 THEN
grade := ‘A’;
. . . . . . . . . . . . .
SHOW SOME SUPPORT!
CREATE AN ACCOUNT TO GET NOTIFICATIONS ABOUT NEW QUESTIONS AND ANSWERS
THIS QUESTION’S ANSWER IS IN THE ATTACHMENT JUST DOWNLOAD IT.
See lessWrite a program to read and write data to a file.
https://sikshapath.in/question/how-do-you-read-write-a-text-file-in-java/