|
1 |
| -# MySQL Questions |
2 |
| - |
3 |
| -1. Indexing |
4 |
| -1. MySQL Engines Overview |
5 |
| -1. MySQL Architecture |
6 |
| -1. SELECT, LIKE, IN, Regular-Expression, Datatypes, Sub-Query, |
7 |
| -1. JOIN Query |
8 |
| -1. Stored Procedure, View, Event, triggers |
9 |
| -1. Transaction |
10 |
| -1. Difference between procedures and triggers |
11 |
| -1. How do you find third highest salary |
12 |
| -1. How to prevent from database attacks/SQL Injection? |
| 1 | +## MySQL Interview Questions |
13 | 2 |
|
| 3 | +#### Q. What are indexes in a Database. What are the types of indexes? |
| 4 | +#### Q. What are the different tables present in MySQL? |
| 5 | +#### Q. What are the technical features of MySQL? |
| 6 | +#### Q. SELECT, LIKE, IN, Regular-Expression, Datatypes, Sub-Query, |
| 7 | +#### Q. Explain JOIN Query in mySQL? |
| 8 | +#### Q. Explain Stored Procedure, View, Event, triggers in mySQL? |
| 9 | +#### Q. Explain Transaction in mySQL? |
| 10 | +#### Q. What is difference between procedures and triggers? |
| 11 | +#### Q. How do you find third highest salary? |
| 12 | +#### Q. How to prevent from database attacks/SQL Injection? |
| 13 | +#### Q. How many TRIGGERS are possible in MySql? |
| 14 | +#### Q. What are Heap tables? |
| 15 | +#### Q. What is the difference between BLOB AND TEXT? |
| 16 | +#### Q. Explain advantages of MyISAM over InnoDB? |
| 17 | +#### Q. What are the differences between MySQL_fetch_array(), MySQL_fetch_object(), MySQL_fetch_row()? |
| 18 | +#### Q. How to find the unique values if the value in the column is repeated? |
| 19 | +#### Q. Define REGEXP? |
| 20 | +#### Q. Difference between CHAR and VARCHAR? |
| 21 | +#### Q. Give string types available for column? |
| 22 | +#### Q. What are the nonstandard string types? |
| 23 | +#### Q. What are all the Common SQL Function? |
0 commit comments