Choose Oracle datatypes for the following attributes from a normalized relation including:
Vendor(VendorID, Address, ContactName)
Item (ItemID, Description)
PriceQuote(VendorID, ItemID, Price)
Describe why you selected the datatypes for each attribute