SQL Queries - Assignment-7
SQL Assignment - 07 --------------------------------- Creat the following tables. These tables are to be created at the top of 5 earlier tables. Table Name : amenitiesMaster About this table: The table amenitiesMaster holds the data related to all the amenities in the apartment society. The amenities are those facilities which are shared/utilized/enjoyed by all the residents of the society. Field Name Field Type Constraints (if any) Description amenityID smallint PRIMARY KEY This is a unique and not null field. This holds all the unique amenity ID. amenityName varchar(40) NOT NULL This contains the amenity names. For example : Club House, Party Hall etc. oneTim...