Quantcast
Channel: PHP development, Web development, Mobile Appication, Groupon clone script » MySQL
Browsing latest articles
Browse All 4 View Live

Data integration and mash ups

Data Integration is concerned with combining data from various Sources into one consistent stream. It provides an essential Single View of Data, for example, a Single View of a Customer. Various...

View Article



Effective Data warehousing

Data warehousing applications do not typically process small requests but rather massive queries across specific dimensions such as time, geography, customer, product, etc. These queries may require...

View Article

mysql_error() function in php

Use of mysql_error() in php <?php $link = mysql_connect("localhost", "mysql_user", "mysql_password"); mysql_select_db("nonexistentdb", $link); echo mysql_errno($link) . ": " . mysql_error($link)....

View Article

mysql date_format() list

DATE_FORMAT() function formats the date by specifying a sequence of format strings. A string is composed of the percentage symbol ‘%’ followed by a formatting letter. These are some of the more common...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images