The following two tables; Customer and Plot, shows details of customers and plots respectively. Use them to answer the question that follows.
Write an SQL statement to;
(i) Create the table named customer;
(ii) Create a foreign key constraint in Plot table to reference Customer table;
(iii) Extract Plot details for all whose price is greater than 500,000
(iv) Extract the CustomerName and Plotno for all customers whose Location is Embu;
 Viewed: 372 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!