Database ManagementTU Board 2025
Consider a database with the following scheme and write SQL queries for following questions. Customer (C id, CName , address, age) Buys item (Code, iname, price, C id) a. Write DDL statement to…
10Consider a database with the following scheme and write SQL queries for following questions.
Customer (C_id, CName , address, age)
Buys item (Code, iname, price, C_id) a. Write DDL statement to create above schema. b. Add new customer. c. List the Name of customer whole age is greater than 50. d. Update the address of customer to Kathmandu whose C_id = 110.
A worked answer is on its wayMeanwhile, read the Database Management notes for this topic.
Discussion
Loading…