Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
No Answer is Posted For this Question
Be the First to Post Answer
What is int mysql?
What happens if you no create privilege in a database?
How large can a mysql table be?
What are the different tables present in MySQL?
Explain advantages of MyISAM over InnoDB?
What is the full meaning of mysql?
What are MySQL transactions?
Write a query to find duplicate rows in table?
How to get a list of columns in an existing table?
What is the difference between database and table?
What is procedures in mysql?
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 ?
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)