How can increase the performance of MySQL select query?
Answers were Sorted based on User's Feedback
Answer / nitin malhotra
WE CAN INCREASE THE PERFORMANCE OF SELECT STATEMENT BY USING
THE SELECTED FIELDS IN TTO THE INDEXING AND TO CHOOSE ONLY
THE FIELDS WHICH IS REQUIRED.
| Is This Answer Correct ? | 10 Yes | 0 No |
Query to select passwords from a table having a column "Password" Whose length is b/w 8 &15 and having 'A' as the first character in the password irrespective of case.
Write a query to retrieve a hundred books starting from 20th.
What is RMS Migrations
I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?
What is processlist in mysql?
How do I setup a mysql database?
Write a program using the select statement, while loop.
What is the use of mysqli_fetch_assoc?
How to get help information from the server?
What is max_used_connections in mysql?
What is federated tables in mysql?
What is the current version of mysql?
Oracle (3259)
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)