Skip to content

Commit 5986988

Browse files
authored
Update README.md
1 parent a99a633 commit 5986988

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,19 @@
1010

1111

1212
#### Q. ***What are indexes in a Database? What are the types of indexes***
13+
An index is a database structure that you can use to improve the performance of database activity. A database table can have one or more indexes associated with it. An index is defined by a field expression that you specify when you create the index. Typically, the field expression is a single field name, like EMP_ID.
14+
1315
#### Q. ***What are the different tables present in MySQL***
16+
Note that MySQL supports two different kinds of tables: transaction-safe tables (InnoDB and BDB) and non-transaction-safe tables (HEAP, ISAM, MERGE, and MyISAM). Advantages of transaction-safe tables (TST): Safer.
1417
#### Q. ***What are the technical features of MySQL***
18+
Relational Database Management System (RDBMS) MySQL is a relational database management system. ...
19+
Easy to use. MySQL is easy to use. ...
20+
It is secure. ...
21+
Client/ Server Architecture. ...
22+
Free to download. ...
23+
It is scalable. ...
24+
Speed. ...
25+
High Flexibility.
1526
#### Q. ***Explain SELECT, LIKE, IN, Regular-Expression, Datatypes, Sub-Query in mySQL***
1627
#### Q. ***Explain JOIN Query in mySQL***
1728
#### Q. ***Explain Stored Procedure, View, Event, triggers in mySQL***

0 commit comments

Comments
 (0)