Write the syntax to create a table named Product in SQL with the following restrictions; Product(pid, pname, price, packaging, colour, manufacture_date, supplier, country_manufacture) Where pid is the...


Write the syntax to create a table named Product in SQL with the following restrictions;


Product(pid, pname, price, packaging, colour, manufacture_date, supplier,


country_manufacture)


Where


pid is the primary key.


pname and manufacture_date do not accept null values.


price is greater than Rs 350.


packaging accepts only box or bag entries.


The default colour is “Red”.



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here