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.   Create cursor to get all information of your table.   Create a view that can display all table data. Rename your view by your id.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

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) 
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Elements of Tables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education