8 of 8
Paper No: 7
For example, when we run:
insert into SubCategory (SubCategoryName, CategoryID)
values ('Beds',2)
The result should be as follows:
SubCategoryName
CategoryName
1 Beds
Furniture
Zoom
Question 10:
Picture 9.1
Insert the following information:
- A category named 'Sports' into table Category
- A subcategory named 'Tennis' and a subcategory named 'Football' into table SubCategory,both these two subcategories are subcategories of Category 'Sports'
Close
+ 100%