I have a table Details It has 2 fields Name and Country. It currently has 5 rows, with the values of Country as A,B,B,C,D. I need to add a new field State for the rows that Country is B . Is this possible?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A table’s design is fixed, regardless of the data. If you want to add a column, it will apply to all rows.