How will show all records containing the name "sonia" and the phone number '9876543210'
Answer Posted / Indrajeet Kumar Gautam
SELECT * FROM your_table WHERE `name` = 'sonia' AND `phone` = '9876543210';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers