View Full Version : MY SQL
- What are the advantages and disadvantages of MySQL
- How can we increase the performance of MySQL select query
- What is the difference between GROUP BY and ORDER BY in SQL
- How can we change the name of a column of a table
- What is the difference between char and varchar data types
- How to load data from a text file into a table
- How can we know the number of days between two given dates using MySQL
- How many ways we can find the current date using MySQL
- How can we find the number of rows in a table using MySQL
- What is maximum size of a database in MySQL
- Give the syntax of Grant and Revoke commands
- Explain Normalization concept
- How many tables will create when we create table, what are they
- How many values can the SET function of MySQL take
- How can we change the name and data type of a column of a table
- What are the differences between drop a table and truncate a table
- What are the advantages of stored procedures, triggers, indexes
- What is the maximum length of a table name, database name, and fieldname in MySQL
- What are the other commands to know the structure of table using MySQL commands
- How can we repair a MySQL table
- What is the difference between query_cache_type 1 and 2
- How do you prevent MySQL from caching a query
- What is the difference between PRIMARY KEY and UNIQUE in MyISAM
- How do you index just the first four bytes of the column
- How do you convert to a different table type
- Which storage engines support transactions in MySQL
- What are MySQL transactions
- Explain multi-version concurrency control in MySQL
- Explain MySQL locks
- Explain MySQL architecture
- What is the difference between mysql_connect() and mysql_pconnect()
- How to set the time zone for MySQL to particular country time
- What is the difference between mysql_fetch_array and mysql_fetch_object
- What are the different tables present in MYsql
- How can we store binary data in MYSQL
- How do you start and stop MySQL on Windows
- How do you start MySQL on Linux
- What is the default port for MySQL Server
- What does tee command do in MySQL
- Explain the difference between MYSQL and MYSQL interfaces in PHP
- How can you get your MySQL root password, if you lost it
- What are CSV tables
- How to enable or disable a row of a table using MySQL in struts
- Explain the difference between BOOL, TINYINT and BIT
- What happens if a table has one column defined as TIMESTAMP
- Explain the difference between FLOAT, DOUBLE and REAL
- What is SERIAL data type in MySQL
- Explain federated tables
- How do you control the max size of a HEAP table
- What are HEAP tables in MySQL
- How we can use more than one primary key in Single Table
- What are the main differences between MyISAM and InnoDB table storage structures
- What are the advantages and disadvantages in usage of these
- What are the optimization techniques for Query optimization performance issues
- What is JOIN? Give example & types of join
- Explain MySQL optimization
- What differences between MySQL_fetch_array(), MySQL_fetch_object(), MySQL_fetch_row()
- How would you backup and restore a big MySQL database
- What are the advantages of the approach which you have taken over the others
- A select query over a large table runs very slow because of the growing number
- If you specify the data type as DECIMAL (5,2), what is the range of values
- What if you really want to store the timestamp data, such as the publication date
- Explain data type TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
- If we create a column with data type VARCHAR(3), what would we expect to see in MySQL
- What happens when the column is set to AUTO INCREMENT and reach the maximum value
- Explain advantages of MyISAM over InnoDB
- Explain advantages of InnoDB over MyISAM
- Explain the difference between MyISAM Static and MyISAM Dynamic
- What are some good ideas regarding user security in MySQL
- Have you ever used MySQL Administrator and MySQL Query Browser
- Describe the tasks you accomplished with these tools
- Use MYSQL dump to create a copy of the database
- How do you change a password for an existing user via MYSQL admin
- Can you save your connection settings to a conf file