Primary Key, Foreign Key C - Name Should Not Be Null, Fare Should Be Greater Than Zero
Primary Key, Foreign Key C - Name Should Not Be Null, Fare Should Be Greater Than Zero
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a function which will accept s_reg_no of student and returns total
number of competition in which student has participated in a given year.
2) Write a cursor which will display year wise details of competitions held.
(Use parameterized cursor)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a procedure which will accept owner number and display details of
all estates of given owner which belongs to pune city.
2) Write a cursor which will display type wise estate details. (Use
parameterized cursor)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a package, which consists of one procedure and one function. Pass
drug number as a parameter to procedure and display details of that drug.
Pass city as a parameter to a function and return total number of
medical_store in given city.
2) Write a trigger that restricts insertion and updation of drug having price
less than zero. (Raise user defined exception and give appropriate
message
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a procedure which will display all bus details for a given route.
2) Write a trigger that restricts insertion of route having number of station
less than zero. (Raise user defined exception and give appropriate
message)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a package, which consists of one procedure and one function. Pass
university number as a parameter to procedure and display details of that
university. Pass city as a parameter to a function and return total number
of colleges in given city.
2) Write a cursor which will display university wise their college details.
(Use parameterized cursor)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a procedure which will display patient detail who has visited more
than 3 times to the given doctor for ‘Diabetes’.
2) Write a trigger which will restrict insertion or updation of doctor_patient
details having no_of_visits less than zero. (Raise user defined exception
and give appropriate message)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a procedure which will display all policy details of given client for
a given year.
2) Write a trigger which restricts insertion of policy_info having maturity
amount less than premium amount. (Raise user defined exception and
give appropriate message)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a function which will return name of person having maximum
number of shares of given company.
2) Write a cursor which will display person wise share details. (Use
parameterized cursor)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a function which will calculate and return total fare collected from
customers on given date.
2) Write a cursor which will display date wise ticket booked by customer.
(Use parameterized cursor)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a function which will count and returns number of owners who
have purchase estate in the same city in which they live.
2) Write a trigger that restricts insertion or updation of estate having price
less than 1 lakh. (Raise user defined exception and give appropriate
message)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a procedure which will display bus_no and name of allotted driver
on given date and shift.
2) Write a trigger that restricts insertion or updation of driver table if driver
age is less than 18 or greater than 50. (Raise user defined exception and
give appropriate message).
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a function which will return total number of routes having number
of stations greater than 10.
2) Write a cursor which will display route wise bus details. (Use
parameterized cursor)
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a function which will return name of subject for which maximum
numbers of national level papers were presented by researcher in year
2013.
2) Write a cursor which will display rp_level wise and researcher wise
details of research paper presented by them.
1) Create or replace a function to find total loan amount from Mumbai city.
2) Write a cursor to display details of all customers who have taken loan for
more than 3 years.
Create a RDB in 3NF and write PL/SQL blocks in Oracle for the
following:
1) Write a function which will return name of person having maximum total
amount of investment.
2) Write a cursor which will display person wise details of investment. (Use
parameterized cursor)