Add A Column Phoneno To Customer Table #538
This subjective question is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Practical Questions Solved Past Paper No. 1.
Question 1: Add a column phoneNo to customer table.
Answer:
alter table customer add phoneNo numeric(10);