Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How will show all records containing the name "sonia" and the phone number '9876543210'



How will show all records containing the name "sonia" and the phone number '987654321..

Answer / Indrajeet Kumar Gautam

SELECT * FROM your_table WHERE `name` = 'sonia' AND `phone` = '9876543210';

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Tell us something about heap tables?

1 Answers  


write a query to mysql in safe mode and to change the root password

1 Answers  


how to take mysql database structure backup

6 Answers  


How many primary keys can be there in a table?

1 Answers  


List some comparisons operators used in mysql?

1 Answers  


How to display nth highest salary from a table in a mysql query?

1 Answers  


What is the return type of mysqli_query?

1 Answers  


How can I remotely connect to mysql database?

1 Answers  


How to create triggers in MySQL?

1 Answers  


Is mysql same as sql?

1 Answers  


How can we change the name and data type of a column of a table?

9 Answers   Google,


What is 'mysqldump'?

1 Answers  


Categories