Oracle keys

First task: Go back to the oil company tables that you created and establish the primary keys as you designed them. Establish foreign keys as well. Test your design by doing some maintenance on your tables.

Second task: Design and develop a set of tables for a property tax system using the criteria below. Set up the necessary tables for this database and populate them with data. You need to create the appropriate primary keys and foreign keys. Your must design a relational database following the rules to achieve third normal form. If you want me to look at your design before you implement, please send it to me with a comment in the subject.

You run the town tax department. You need to design the tables that you will need for the tax system. Try to think of the things that the town would need to know to calculate taxes and produce tax bills. Some things to consider are listed below. Feel free to add anything you think is missing or would make the system match the system in your city or town:

You need to be able to identify the property officially so you might keep the following information:
You need to keep the assessed values:
Different types of properties have different tax rates, for example homes, commercial properties and farms all are taxed at different rates. Tax rates are determined annually after the town budget has been established.
The bill needs to contain the following information:
You also need to deal with the fact that people do not pay their taxes on time and they may have accumulated past due:
I am suggesting that the tax bill be sent to the primary owner who is the person or couple responsible for the payment. For this person I need the address and phone number.
There may also be secondary owners of the property and I want to keep a list of them along with their addresses and phone numbers.
Comments: