What are the key Relational Database features that MySQL provides?

Questions by RajivPrasad   answers by RajivPrasad

Showing Answers 1 - 6 of 6 Answers

MySQL supports all the key Relational Database features, including:
* High-performance
* Main-memory tables with disk-based tables
* Single-User and Multi-User
* Multi-Threaded
* Multi-Process
* SQL-92 and SQL-99
 * ACID Transactions
* Referential Integrity
* Cascading Updates and Deletes
* Multi-table Joins
* Row-level Locking
 * Online Hot Backup
 * Replication
* Clustering
* BLOBs (Binary Large Objects)
* UDFs (User Defined Objects)
* OLTP (On-Line Transaction Processing)
* Unicode and Double-Byte character support
* Drivers for ODBC, JDBC, .NET and C++

sampra

  • Mar 10th, 2008
 

mysql has provided all feateute of relational database like view sequence join index trigger etc

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions