Skip to content

Commit cf557d8

Browse files
committed
Update README.md
1 parent 593df88 commit cf557d8

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
* *[RDBMS Questions](rdbms-questions.md)*
1010

1111

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

Comments
 (0)