Hello,
Please answer the Below 2 tasks
Task 1 :: answer choose correct answer in given below attached questions
Task 2 :: SQL data file attached below ( answer below two questions as per the guideliunes )
QUESTION 1
Refer to salesorderDB and list the products that have never been ordered using a subquery.
QUESTION 2
Create a SQL Statement to create a table called ‘Countries’ including columns like ID, CountryName, Capital, ContinentCode and the CurrencyCode and make sure that the ID column will be a key field which will be unique and store an auto incremented value. Identify the datatypes and the constraints to be used and insert 3 rows of sample data into the table and upload the query as .sql file.