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