01/12/2014

What is Database?

| |
0 comments
What is Database? A database is a separate application that stores a collection of data. Each database has one or more distinct APIs for creating, accessing, managing, searching and replicating the data it holds.Other kinds of data stores can be used, such as files on the file system or large hash tables in memory but data fetching and writing would not be so fast and easy with those types of systems.So nowadays, we use relational...
Read More

MySQL Introduction

| |
0 comments
MySQL Introduction MySQL is (as of July 2013) the world's most widely used open-source relational database management system (RDBMS), enabling the cost-effective delivery of reliable, high-performance and scalable Web-based and embedded database applications. It is widely-used as the database component of LAMP (Linux, Apache, MySQL, Perl/PHP/Python) web application software stack.MySQL was developed by Michael Widenius and...
Read More

Check Your Codes

Check the result of your (sample) HTML,CSS,JavaScript code.