Question: Create the below in Oracle Apex: Create one table called it Your name with at least four attributes. Your table should contain Id, name attribute.

Create the below in Oracle Apex:

  1. Create one table called it Your name with at least four attributes. Your table should contain Id, name attribute. Insert your data into this table.

  1. Create cursor to get all information of your table.

  1. Create a view that can display all table data. Rename your view by your id.

  1. Write an SQL statement to return some data from your table. The query must use:

- ANY aggregation function (max, min, count, )

- the GROUP BY statement

- the HAVING statement

  1. Create trigger that can update any value after insert operation.

  1. Create a package specification and body called it by your name that contain the following:
    1. A Procedure that can insert new data into the table.
    2. A Function that can get the number of your table records.

  1. Create application with your name that contain the following pages:
  2. Create a form, name it with your name using your created table. Your form should contain the following requirements:
    1. One of form item should be as a list and add static list.
    2. Four buttons with action operation (Insert, Update, Delete, Cancel)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!