Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_step_2

Step: 3

blur-text-image_step3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 3 Lnai 9286

Authors: Albert Bifet ,Michael May ,Bianca Zadrozny ,Ricard Gavalda ,Dino Pedreschi ,Francesco Bonchi ,Jaime Cardoso ,Myra Spiliopoulou

1st Edition

ISBN: 3319234609, 978-3319234601

Students also viewed these Databases questions

Question

What are organized labors strategies for a stronger movement?

Answered: 1 week ago

Question

Module 2 - Recording of Transactions Classification of accounts

Answered: 1 week ago