Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Sort: Rank
What Is InnoDB
What Is InnoDB? - MySQL FAQs - Database Basics and Terminologies InnoDB is a transaction safe storage engine developed by Innobase Oy (an Oracle company now). 2007-05-10, 5732👍, 0💬
What Is Rollback
What Is Rollback? - MySQL FAQs - Database Basics and Terminologies Rollback is a way to terminate a transaction with all database changes not saving to the database server. 2007-05-10, 5794👍, 0💬
What Is Commit
What Is Commit? - MySQL FAQs - Database Basics and Terminologies Commit is a way to terminate a transaction with all database changes to be saved permanently to the database server. 2007-05-10, 5622👍, 0💬
What Is Column
What Is Column? - MySQL FAQs - Database Basics and Terminologies A column defines one piece of data stored in all rows of the table. 2007-05-10, 5186👍, 0💬
What Is Index
What Is Index? - MySQL FAQs - Database Basics and Terminologies An index is a single column or multiple columns defined to have values pre-sorted to speed up data retrieval speed. 2007-05-10, 5184👍, 0💬
What Is Table
What Is Table? - MySQL FAQs - Database Basics and Terminologies A table is a data storage structure with rows and columns. 2007-05-10, 5290👍, 0💬
What Is Union
What Is Union? - MySQL FAQs - Database Basics and Terminologies Join is data retrieval operation that combines multiple query outputs of the same structure into a single output. 2007-05-10, 5220👍, 0💬
What Is View
What Is View? - MySQL FAQs - Database Basics and Terminologies A view is a logical table defined by a query statement. 2007-05-10, 5188👍, 0💬
What Is Row
What Is Row? - MySQL FAQs - Database Basics and Terminologies A row is a unit of data with related data items stored as one item in one column in a table. 2007-05-10, 5119👍, 0💬
What Is MySQL
What Is MySQL? - MySQL FAQs - Database Basics and Terminologies MySQL is an open source database management system developed by MySQL AB, http://www.mysql.com. 2007-05-10, 4887👍, 0💬
Sort: Rank
Popular Posts:
What are the two kinds of comments in JSP and what's the difference between them? <%-- JSP Co...
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...
How To Compile a JUnit Test Class? Compiling a JUnit test class is like compiling any other Java cla...
What's difference between HashTable and ArrayList ? You can access array using INDEX value of array,...
How to reduce the final size of an executable file? Size of the final execuatable can be reduced usi...