what are the optimization techniques for Query optimization performance issues and faster execution of queries
2 12779what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
10 44157in a master-master replication with two masters and alternate slaves running on two systems.can i have a script or any mysql command to know which one is right now acting as master.
1 3748if we want to load data from a text file into a mysql table, but the columns in table are 1st: code(int) and 2nd: city(varchar), but in text file the format is 1st cityname and then code separeted by delimeters. how to load?
2 5058Ondelete clause is specified with a.)Drop table b.)Delete command c.)Create table d.)Select command
5 9414How we can copy one table data into another table whose name same as table but in differ database
8 17924please give me the answer for this: query which generates the second highest integer in the table?
8 8953
Is mysql still relevant?
How do I select a table in mysql?
What is the difference between mysql_fetch_array() and ysql_fetch_object() ?
Define REGEXP?
What is full form of xampp?
What is the use of mysqli_fetch_assoc?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
Is mysql server free?
Where MyISAM table will be stored and also give their formats of storage?
What are the functions of mysql?
How we get sum of column.
How can I change database in mysql?
What is mysql and mysqli?
Where the database is stored in mysql?
What is difference between mysql mysqli and pdo?