PLEASE I NEED WITHTHIS ASAP
Please create the Order_xxxx table in CPs3740_2023F database instance with these fields: 1.oid: the order id field in your Order xxxx table.It should be the primary key and auto increment. 2. order_datetime: the datetime when the order is placed by the customer. 3. order_gty: a positive integer. 4. cid: a foreign key reference to the primary key in CPS3740.Customers table 5. pid: a foreign key reference to the primary key in CPS3740.Products table. 6. All values cannot be NULL,empty,O and negative.