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.

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter13: Views
Section: Chapter Questions
Problem 3MC
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.
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning