What is a database?
A database is a persistent store of data allowing fast retrieval based on queries.
What is the difference between SQL Server and MySQL?
SQL Server is a Microsoft database product and MySQL is an open source database product. Both products
offer similar functionality.
How do I access my database?
Your database is accessed using a connection string that specifies the database name,
user identifier and password. These settings can be found from your control panel.