Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 ( Marks: 1 0 ) Discuss the reasons why databases have advantages over manual data processing systems. Question 2 ( Marks: 5 )
Question Marks:
Discuss the reasons why databases have advantages over manual data processing systems.
Question Marks:
A database is divided into layers or tiers to manage data effectively. Briefly explain the differences
between the two database architecture tier types.
Question Marks:
PLSQL provides a user with many features. Briefly explain the following features:
Block Structure ;
Procedural Language Capabilities ;
Complete Portability ;
Tight Integration
Question Marks:
Consider the following PLSQL query:
Make or replace procedure StudentCount
coursename INPUT tblResults.CourseTYPE,
studcount SEND tblResults.ResultsTYPE
IS
BEGIN
select countrresults
into studcount
from tblResults r
where rCourse coursename;
END;
set serveroutput on;
declaring
studcount tblResults.ResultsOFTYPE;
begin
; ; ;
The Independent Institute of Education Pty Ltd
Page of
CountStudentDISDstudcount;
dbmsoutput.putline;
dbmsoutput.putlineNumber of students are: studentcount;
end;
The code above has seven errors. Identify at least five of the errors and rewrite the code so that it
would produce a valid output.
Question Marks:
Oracle provides a database developer with the functionality to create procedures and functions.
Discuss any five differences between procedures and functions.
Question Marks:
Explain the three advantages of implementing exceptions as a means of handling errors.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started