08 Aug Create a new table called “manufacturing_ facility” with the following attributes:
Use the Premier DatabaseUse SQL to:1) Create a new table called “manufacturing_ facility” with the following attributes: Factory_id - integer, primary key and not null Factory_describe – varchar(50) Date_opened – date State – char(2)2) Add a field called “factory_id” to the Part table. Add a constraint to the part table that...