Heading

Sunday, February 19, 2012

MYSQL INTERVIEW QUESTIONS

MYSQL INTERVIEW QUESTIONS
What is MySQL?
What are DDL, DML and DCL?
If the value in the column is repeatable, how do you find out the unique values?
How do you get the number of rows affected by query?
How do you find out which auto increment was assigned on the last insert?
How to change a column from VARCHAR(10) to VARCHAR(50)?
When do you ORDER BY in DELETE statement?
How to delete a column?
How to convert a string to UTF-8?
How do you concatenate strings in MySQL?
What is the difference between Unix timestamps and MySQL timestamps?
How to start MySQL on Linux?
What is the default port for MySQL Server?
What are some good ideas regarding user security in MySQL?
Explain advantages of MyISAM over InnoDB?
Explain advantages of InnoDB over MyISAM?
Explain the difference between MyISAM Static and MyISAM Dynamic?
What are HEAP tables in MySQL?
Explain the difference between BOOL, TINYINT and BIT?
How to Make MySQL Secure Against Crackers?
What are CSV tables?
How the Privilege System Works in mysql?
What issues should I be aware of when setting up two-way replication?
How do I rotate replication logs?
When and how much can MySQL replication improve the performance of my system?
How can I use replication to provide redundancy/high availability?
How MySQL Uses Memory?
How MySQL Locks Tables?
How MySQL uses DNS?
How MySQL Uses Indexes?
How MySQL Optimizes WHERE Clauses?
How MySQL Optimizes DISTINCT?
How MySQL Optimizes LEFT JOIN and RIGHT JOIN?
How MySQL Optimizes LIMIT?
What is the difference between mysql_fetch_array and mysql_fetch_object?
What are the different table present in MYsql?

No comments:

Post a Comment