SlideShare a Scribd company logo
AMAZING BOOKS DATABASE CREATION
                                                          ORACLE DATABASE FINAL PROJECT


  Table of Contents
          I.     Database Tables (Structure and Constraints)
          II.    Popup List of Values (LOV’s) for Application Pages
          III.   Table Data
          IV.    Input Forms
          V.     Reports




  I. Database Tables (Structure and Constraints)

    TABLE Object AB_CUSTOMERS
   T ab l e             C o l um n   D a ta T yp e   L en g t h   P r e ci si o n   S c al e   P r i m ar y K e y   N u l l a bl e   D e fa u l t   C om m e n t

AB_CUSTOMERS     CUSTOMER_ID         NUMBER          -            5                 0                  1                  -          -              -

                 CUSTOMER_NAME       VARCHAR2        50           -                 -                  -                  -          -              -

                 ADDRESS             VARCHAR2        50           -                 -                  -                  -          -              -

                 CITY                VARCHAR2        50           -                 -                  -                  -          -              -

                 STATE_PROVINCE      VARCHAR2        50           -                 -                  -                             -              -

                 COUNTRY             VARCHAR2        50           -                 -                  -                  -          -              -

                 EMAIL               VARCHAR2        50           -                 -                  -                             -              -
TABLE Object AB_ORDERS
T ab l e            C o l um n   D a ta T yp e   L en g t h   P r e ci si o n   S c al e   P r i m ar y K e y   N u l l a bl e   D e fa u l t       C om m e n t

 AB_ORDERS        ORDER_ID       NUMBER          -            5                 0                  1                  -          -              -

                  CUSTOMER_ID    NUMBER          -            5                 0                  -                  -          -              -

                  ORDER_DATE     DATE            7            -                 -                  -                  -          -              -

                  QUANTITY       NUMBER          22           -                 -                  -                  -          -              -

                  ITEM_ID        NUMBER          22           -                 -                  -                             -              -

                                                                                                                                                               1-5




     CONSTRAINT _NAME               CONSTRAINT _TYPE                  COLUMN_N AME                 POSITION
 AB_ORDERS_PK                       P                                 ORDER_ID                     1
 AB_CUSTOMERS_FK                    R                                 CUSTOMER_ID                  1
 AB_ITEMS_FK                        R                                 ITEM_ID                      1
TABLE Object AB_ITEMS
    T ab l e            C o l um n       D a ta T yp e   L en g t h     P r e ci si o n   S c al e       P r i m ar y K e y   N u l l a bl e   D e fa u l t       C om m e n t

AB_ITEMS         ITEM_ID                 NUMBER          -              5                 0                      1                  -          -              -

                 ISBN                    VARCHAR2        50             -                 -                      -                  -          -              -

                 TITLE                   VARCHAR2        50             -                 -                      -                  -          -              -

                 AUTHOR                  VARCHAR2        50             -                 -                      -                  -          -              -

                 PUBLISHER_ID            NUMBER          -              5                 0                      -                  -          -              -

                 SUBJECT_ID              NUMBER          -              5                 0                      -                  -          -              -

                 ITEM_TYPE_ID            NUMBER          -              5                 0                      -                  -          -              -

                 WHOLESALE_COST          NUMBER          22             -                 -                      -                  -          -              -

                 RETATIL_PRICE           NUMBER          22             -                 -                      -                  -          -              -

                                                                                                                                                                        1-9




  CONSTRAINT _NAME                   CONSTRAINT _TYPE                 COLUMN_N AME                   POSITION
AB_ITEMS_TYPE_FK                     R                                ITEM_TYPE_ID                   1
AB_ITEMS_PK                          P                                ITEM_ID                        1
AB_SUBJECTS_FK                       R                                SUBJECT_ID                     1
AB_PUBLISHER_FK                      R                                PUBLISHER_ID                   1
TABLE Object AB_SUBJECTS
    T ab l e     C o l um n      D a ta T yp e       L en g t h            P r e ci si o n           S c al e           P r i m ar y K e y       N u l l a bl e        D e fa u l t                   C om m e n t

AB_SUBJECTS     SUBJECT_ID       NUMBER              -                     5                         0                          1                      -               -                      -

                SUBJECT          VARCHAR2            50                    -                         -                          -                      -               -                      -

                                                                                                                                                                                                               1-2




   TABLE Object AB_PUBLISHERS
     T ab l e       C o l um n       D a ta T yp e            L en g t h           P r e ci si o n           S c al e       P r i m ar y K e y        N u l l a bl e           D e fa u l t                C om m e n t

AB_PUBLISHERS    PUBLISHER_ID        NUMBER                   -                    5                         0                          1                      -               -                       -

                 PUBLISHER           VARCHAR2                 50                   -                         -                          -                      -               -                       -

                                                                                                                                                                                                                  1-2




   TABLE Object AB_ITEM_TYPES
    T ab l e      C o l um n      D a ta T yp e          L en g t h            P r e ci si o n           S c al e         P r i m ar y K e y       N u l l a bl e          D e fa u l t           C om m e n t

AB_ITEM_TYPES   ITEM_TYPE_ID      NUMBER                 -                     5                         0                          1                      -               -                      -

                ITEM_TYPE         VARCHAR2               50                    -                         -                          -                      -               -                      -
II. Popup List of Values (LOVs) for Application Pages

 Region: AB_ORDERS
 1 P1_ORDER_ID        Hidden and Protected

 1 P1_CUSTOMER_ID Popup LOV (fetches first rowset)

 2 P1_ORDER_DATE Date Picker (MM/DD/YYYY)

 3 P1_QUANTITY        Text Field

 4 P1_ITEM_ID         Popup LOV (fetches first rowset)




 Region: AB_ITEMS
 1 P4_ITEM_ID              Hidden and Protected

 1 P4_ISBN                 Text Field

 2 P4_TITLE                Text Field

 3 P4_AUTHOR               Text Field

 4 P4_PUBLISHER_ID         Popup LOV (fetches first rowset)

 5 P4_SUBJECT_ID           Popup LOV (fetches first rowset)

 6 P4_ITEM_TYPE_ID         Popup LOV (fetches first rowset)

 7 P4_WHOLESALE_COST Text Field

 8 P4_RETATIL_PRICE        Text Field
III. Table ReportsWith Sample Data

 AB_CUSTOMERS TABLE



      CUST OMER_ID    CUST OMER_ NAME          ADDRESS                    C IT Y   S T AT E _ P R O V I N C E     COUNTRY               E MAIL

                                                                  FORT
 1                    JOHN JABLONSKI    2829 NE 30TH STREET                        FLORIDA                      USA         JWJABLONSKI@YAHOO.COM
                                                                  LAUDERDALE



 2                    DONNA MAY         1400 ARMACOST AVENUE      LOS ANGELES      CALIFORNIA                   USA         DEM@HOTMAIL.COM



                                        1600 PENNSYLVANIA                          DISTRICT OF
 4                    MICHELE OBAMA                               WASHINGTON                                    USA         MOBAMA@GMAIL.COM
                                        AVENUE                                     COLUMBIA



 5                    NANCY PELOSI      2500 GOLDEN GATE AVENUE   SAN FRANCISCO    CALIFORNIA                   USA         XSPEAKER@USHOUSE.GOV


 6                    NEWT GINGRICH     1994 MAIN STREET          DES MOINES       IOWA                         USA         NEWT@NEWT4PREZ.ORG



 8                    HERMAN MUNSTER    1313 MOCKINGBIRD LANE     SPRINGFIELD      MARYLAND                     USA         HMUNSTER@GMAIL.COM



                                                                                                                UNITED
 9                    RICHARD BELLAMY   10 EATON PLACE            LONDON           ENGLAND                                  LORDBELLAMY@GMAIL.COM
                                                                                                                KINGDOM

                      ROSAMUND                                                                                  UNITED
 10                                     1 BELLGRAVE SQUARE        LONDON           ENGLAND                                  LADYROZ@DOWNTON.COM
                      PAINSWICK                                                                                 KINGDOM


 3                    BILL STOKES       24 MAIN STREET            TULSA            OKLAHOMA                     USA         BILLYS@YAHOO.COM



 7                    MATT LAUER        1 ROCKEFELLER CENTER      NEW YORK         NEW YORK                     USA         MATT@TODAYSHOW.COM
AB_ORDERSTABLE

ORDER_ID     CUSTOMER_ID          ORDER_D AT E   QUANTITY   ITEM_ID
22           2                    27-DEC-11      1          10
25           1                    27-DEC-11      3          21
26           7                    27-DEC-11      1          3
23           3                    27-DEC-11      1          9
24           8                    27-DEC-11      2          11
27           4                    27-DEC-11      6          1
28           5                    27-DEC-11      1          4
29           6                    27-DEC-11      4          8
30           9                    27-DEC-11      1          24
31           10                   27-DEC-11      2          22




AB_SUBJECTSTABLE

SUBJECT_ID                  SUBJECT
2                 NEUROLOGY
3                 PSYCHOLOGY
4                 HISTORY
7                 INFORMATION TECHNOLOGY
9                 FICTION
10                HEALTH AND FITNESS
1                 ASTROLOGY
5                 MYTHOLOGY
6                 PHYSICS
8                 SOCIOLOGY
AB_ITEMSTABLE

    IT EM_ ID       ISBN          T IT LE      AUTHOR      PUBL ISHER_ID   SUBJECT _ID   IT EM_T YPE_ ID   W H O L E S AL E _ C O S T   R E T AT I L _ P R I C E

                                Quantum
                                               Lederman,
1               9781616142339   Physics for                1               6             1                 15                           29.99
                                               Leon M
                                Poets

                                Mythic
                                Astrology:     Guttman,
2               875422489                                  8               1             1                 15                           29.99
                                Archetypal     Gail
                                Powers

                                Liars,
                                Lovers, and
                                               Steven R.
3               0688162185      Heroes:                    2               2             1                 17.5                         34.95
                                               Quartz
                                New Brain
                                Science

                                The
                                               Linden,
4               0674024788      Accidental                 3               3             1                 17.5                         34.99
                                               David J.
                                Mind

                                The
                                               Gooch,
6               9781594771859   Neanderthal                21              3             1                 10.5                         21.99
                                               Stan.
                                Legacy

                                American
9               0730-7004                      N/A         5               10            2                 1.25                         3.99
                                Health

                                The South
                                Beach Diet
                                               Agatston,
10              1417230525      Super                      6               10            3                 14.68                        29.99
                                               Arthur
                                Charged
                                Workout

                                Kabbalistic
                                Astrology:     Beck,
21              0892817631                                 21              1             1                 12.5                         29.95
                                Sacred         Roger
                                Tradition

                                The Human      Carter,
23              9780756654412                              12              2             1                 24.5                         49.99
                                Brain book     Rita

                                The Dawn
                                of
                                               Campion,
24              9781847252142   Astrology; A               11              1             5                 17.5                         34.99
                                               Nicholas.
                                Cultural
                                History
AB_PUBLISHERS TABLE

PUBLISHER_I D                PUBLISHER
1               Prometheus Books
3               Belknap Press of Harvard University Press
9               Blackwell Publishing
11              Continuum
12              DK
13              Everyman's Library
21              Inner Traditions
2               W. Morrow
4               Perennial Classics
5               American Health Partners
6               Rodale
7               Dover Publications
8               Llewellyn Publications
10              Greenwood Press
IV.Input Forms
 Item_Types
Orders
Items
Subjects
Publishers
Item_Types
V.Reports
 Items Report
Orders Report

More Related Content

Recently uploaded

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Jeffrey Haguewood
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Tobias Schneck
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Product School
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsPaul Groth
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfCheryl Hung
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...Elena Simperl
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3DianaGray10
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutesconfluent
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaRTTS
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...Product School
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform EngineeringJemma Hussein Allen
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Product School
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...BookNet Canada
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1DianaGray10
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...Product School
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf91mobiles
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...UiPathCommunity
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance
 

Recently uploaded (20)

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutes
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Amazing Books Database Objects, Reports and Forms

  • 1. AMAZING BOOKS DATABASE CREATION ORACLE DATABASE FINAL PROJECT Table of Contents I. Database Tables (Structure and Constraints) II. Popup List of Values (LOV’s) for Application Pages III. Table Data IV. Input Forms V. Reports I. Database Tables (Structure and Constraints) TABLE Object AB_CUSTOMERS T ab l e C o l um n D a ta T yp e L en g t h P r e ci si o n S c al e P r i m ar y K e y N u l l a bl e D e fa u l t C om m e n t AB_CUSTOMERS CUSTOMER_ID NUMBER - 5 0 1 - - - CUSTOMER_NAME VARCHAR2 50 - - - - - - ADDRESS VARCHAR2 50 - - - - - - CITY VARCHAR2 50 - - - - - - STATE_PROVINCE VARCHAR2 50 - - - - - COUNTRY VARCHAR2 50 - - - - - - EMAIL VARCHAR2 50 - - - - -
  • 2. TABLE Object AB_ORDERS T ab l e C o l um n D a ta T yp e L en g t h P r e ci si o n S c al e P r i m ar y K e y N u l l a bl e D e fa u l t C om m e n t AB_ORDERS ORDER_ID NUMBER - 5 0 1 - - - CUSTOMER_ID NUMBER - 5 0 - - - - ORDER_DATE DATE 7 - - - - - - QUANTITY NUMBER 22 - - - - - - ITEM_ID NUMBER 22 - - - - - 1-5 CONSTRAINT _NAME CONSTRAINT _TYPE COLUMN_N AME POSITION AB_ORDERS_PK P ORDER_ID 1 AB_CUSTOMERS_FK R CUSTOMER_ID 1 AB_ITEMS_FK R ITEM_ID 1
  • 3. TABLE Object AB_ITEMS T ab l e C o l um n D a ta T yp e L en g t h P r e ci si o n S c al e P r i m ar y K e y N u l l a bl e D e fa u l t C om m e n t AB_ITEMS ITEM_ID NUMBER - 5 0 1 - - - ISBN VARCHAR2 50 - - - - - - TITLE VARCHAR2 50 - - - - - - AUTHOR VARCHAR2 50 - - - - - - PUBLISHER_ID NUMBER - 5 0 - - - - SUBJECT_ID NUMBER - 5 0 - - - - ITEM_TYPE_ID NUMBER - 5 0 - - - - WHOLESALE_COST NUMBER 22 - - - - - - RETATIL_PRICE NUMBER 22 - - - - - - 1-9 CONSTRAINT _NAME CONSTRAINT _TYPE COLUMN_N AME POSITION AB_ITEMS_TYPE_FK R ITEM_TYPE_ID 1 AB_ITEMS_PK P ITEM_ID 1 AB_SUBJECTS_FK R SUBJECT_ID 1 AB_PUBLISHER_FK R PUBLISHER_ID 1
  • 4. TABLE Object AB_SUBJECTS T ab l e C o l um n D a ta T yp e L en g t h P r e ci si o n S c al e P r i m ar y K e y N u l l a bl e D e fa u l t C om m e n t AB_SUBJECTS SUBJECT_ID NUMBER - 5 0 1 - - - SUBJECT VARCHAR2 50 - - - - - - 1-2 TABLE Object AB_PUBLISHERS T ab l e C o l um n D a ta T yp e L en g t h P r e ci si o n S c al e P r i m ar y K e y N u l l a bl e D e fa u l t C om m e n t AB_PUBLISHERS PUBLISHER_ID NUMBER - 5 0 1 - - - PUBLISHER VARCHAR2 50 - - - - - - 1-2 TABLE Object AB_ITEM_TYPES T ab l e C o l um n D a ta T yp e L en g t h P r e ci si o n S c al e P r i m ar y K e y N u l l a bl e D e fa u l t C om m e n t AB_ITEM_TYPES ITEM_TYPE_ID NUMBER - 5 0 1 - - - ITEM_TYPE VARCHAR2 50 - - - - - -
  • 5. II. Popup List of Values (LOVs) for Application Pages Region: AB_ORDERS 1 P1_ORDER_ID Hidden and Protected 1 P1_CUSTOMER_ID Popup LOV (fetches first rowset) 2 P1_ORDER_DATE Date Picker (MM/DD/YYYY) 3 P1_QUANTITY Text Field 4 P1_ITEM_ID Popup LOV (fetches first rowset) Region: AB_ITEMS 1 P4_ITEM_ID Hidden and Protected 1 P4_ISBN Text Field 2 P4_TITLE Text Field 3 P4_AUTHOR Text Field 4 P4_PUBLISHER_ID Popup LOV (fetches first rowset) 5 P4_SUBJECT_ID Popup LOV (fetches first rowset) 6 P4_ITEM_TYPE_ID Popup LOV (fetches first rowset) 7 P4_WHOLESALE_COST Text Field 8 P4_RETATIL_PRICE Text Field
  • 6. III. Table ReportsWith Sample Data AB_CUSTOMERS TABLE CUST OMER_ID CUST OMER_ NAME ADDRESS C IT Y S T AT E _ P R O V I N C E COUNTRY E MAIL FORT 1 JOHN JABLONSKI 2829 NE 30TH STREET FLORIDA USA JWJABLONSKI@YAHOO.COM LAUDERDALE 2 DONNA MAY 1400 ARMACOST AVENUE LOS ANGELES CALIFORNIA USA DEM@HOTMAIL.COM 1600 PENNSYLVANIA DISTRICT OF 4 MICHELE OBAMA WASHINGTON USA MOBAMA@GMAIL.COM AVENUE COLUMBIA 5 NANCY PELOSI 2500 GOLDEN GATE AVENUE SAN FRANCISCO CALIFORNIA USA XSPEAKER@USHOUSE.GOV 6 NEWT GINGRICH 1994 MAIN STREET DES MOINES IOWA USA NEWT@NEWT4PREZ.ORG 8 HERMAN MUNSTER 1313 MOCKINGBIRD LANE SPRINGFIELD MARYLAND USA HMUNSTER@GMAIL.COM UNITED 9 RICHARD BELLAMY 10 EATON PLACE LONDON ENGLAND LORDBELLAMY@GMAIL.COM KINGDOM ROSAMUND UNITED 10 1 BELLGRAVE SQUARE LONDON ENGLAND LADYROZ@DOWNTON.COM PAINSWICK KINGDOM 3 BILL STOKES 24 MAIN STREET TULSA OKLAHOMA USA BILLYS@YAHOO.COM 7 MATT LAUER 1 ROCKEFELLER CENTER NEW YORK NEW YORK USA MATT@TODAYSHOW.COM
  • 7. AB_ORDERSTABLE ORDER_ID CUSTOMER_ID ORDER_D AT E QUANTITY ITEM_ID 22 2 27-DEC-11 1 10 25 1 27-DEC-11 3 21 26 7 27-DEC-11 1 3 23 3 27-DEC-11 1 9 24 8 27-DEC-11 2 11 27 4 27-DEC-11 6 1 28 5 27-DEC-11 1 4 29 6 27-DEC-11 4 8 30 9 27-DEC-11 1 24 31 10 27-DEC-11 2 22 AB_SUBJECTSTABLE SUBJECT_ID SUBJECT 2 NEUROLOGY 3 PSYCHOLOGY 4 HISTORY 7 INFORMATION TECHNOLOGY 9 FICTION 10 HEALTH AND FITNESS 1 ASTROLOGY 5 MYTHOLOGY 6 PHYSICS 8 SOCIOLOGY
  • 8. AB_ITEMSTABLE IT EM_ ID ISBN T IT LE AUTHOR PUBL ISHER_ID SUBJECT _ID IT EM_T YPE_ ID W H O L E S AL E _ C O S T R E T AT I L _ P R I C E Quantum Lederman, 1 9781616142339 Physics for 1 6 1 15 29.99 Leon M Poets Mythic Astrology: Guttman, 2 875422489 8 1 1 15 29.99 Archetypal Gail Powers Liars, Lovers, and Steven R. 3 0688162185 Heroes: 2 2 1 17.5 34.95 Quartz New Brain Science The Linden, 4 0674024788 Accidental 3 3 1 17.5 34.99 David J. Mind The Gooch, 6 9781594771859 Neanderthal 21 3 1 10.5 21.99 Stan. Legacy American 9 0730-7004 N/A 5 10 2 1.25 3.99 Health The South Beach Diet Agatston, 10 1417230525 Super 6 10 3 14.68 29.99 Arthur Charged Workout Kabbalistic Astrology: Beck, 21 0892817631 21 1 1 12.5 29.95 Sacred Roger Tradition The Human Carter, 23 9780756654412 12 2 1 24.5 49.99 Brain book Rita The Dawn of Campion, 24 9781847252142 Astrology; A 11 1 5 17.5 34.99 Nicholas. Cultural History
  • 9. AB_PUBLISHERS TABLE PUBLISHER_I D PUBLISHER 1 Prometheus Books 3 Belknap Press of Harvard University Press 9 Blackwell Publishing 11 Continuum 12 DK 13 Everyman's Library 21 Inner Traditions 2 W. Morrow 4 Perennial Classics 5 American Health Partners 6 Rodale 7 Dover Publications 8 Llewellyn Publications 10 Greenwood Press
  • 12. Items