Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Write the SQL code to create all four tables (Donor, Donations, Projects and Events); include in the code all columns. Specify the NULL/NOT NULL

1. Write the SQL code to create all four tables (Donor, Donations, Projects and Events); include in the code all columns. Specify the NULL/NOT NULL constraints for each column. Specify the proper data types. Specify the Primary key for each table and include constraint for the foreign keys. 2. Write INSERT statement to insert at least three rows into each table. 3. Write a statement to add a column to the Donor table to include their fax number 4. Write a join statement to display the Donor First Name and Last Name from the Donor table with their donation amount from the Donation table Implement your code in Oracle and create a report with all database tables and columns

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: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions

Question

3. What may be the goal of the team?

Answered: 1 week ago

Question

2. What type of team would you recommend?

Answered: 1 week ago