Special welcome gift. Get 50% off your first courses with code “AS50”. Find out more!

MySQL Q/A

Showing 21 - 30 of 82 results
There are certain steps that are required to before you can view MySQL database and they are as follows: 1....
Regular expressions are a set of characters. Regular expressions are used for finding certain sequences in strings. The following are...
MySQL data directory is most important location in which all MySQL databases are stored. The default data directory is located...
Mysql_connect: – Opens a new connection to the database.– The database connection can be closed.– Opens the page every time...
MyISAM table is stored on disk in three formats.– ‘.frm’ file – storing the table definition– ‘.MYD’ (MYData) – data...
– MySQL timestamp can be converted into Unix timestamp using the command UNIX_TIMESTAMP.– Unix timestamp can be converted into MySQL...
Indexes are the quick references for fast data retrieval of data from a database. There are two different kinds of...
 A Data Warehousing generally refereed as Enterprise Data Warehousing is a central Data repository, created using different Data Sources.
ERD stands for Entity Relationship Diagram. Entity Relationship Diagram is the graphical representation of tables, with the relationship between them.
Data Mining is a subcategory of Computer Science which aims at extraction of information from set of data and transform...