How will show all records containing the name "sonia" and the phone number '9876543210'
Answer / Indrajeet Kumar Gautam
SELECT * FROM your_table WHERE `name` = 'sonia' AND `phone` = '9876543210';
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell us something about heap tables?
write a query to mysql in safe mode and to change the root password
how to take mysql database structure backup
How many primary keys can be there in a table?
List some comparisons operators used in mysql?
How to display nth highest salary from a table in a mysql query?
What is the return type of mysqli_query?
How can I remotely connect to mysql database?
How to create triggers in MySQL?
Is mysql same as sql?
How can we change the name and data type of a column of a table?
What is 'mysqldump'?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)