
Search In
As we all might know that selecting all records from the database in cakephp can be done using the find("all") method, But there are chances of duplicate records may appear.
To remove the duplicate records on selecting all records we use distinct ke
Hello Readers,
This post is about Cordova contacts plugin which provides access to the device's contacts database. So in our Cordova application, we can access the contacts from device.
First, we need to install the plugin through CLI:
$ cord
We know the old android architecture components like Linux kernel, native libraries, android runtime, application framework, and applications.
Google has launched 14 different versions of android OS but one thing to notice is that there wa
Stored Procedures are pre-compile database objects which are compiled for first time and execution plan is saved for further use. However UDF is compiled and executed every time when it is invoked.This article provides a detailed comparison of stored
We create INDEX in a table to find data data fast and efficiently. It allows the database to find data without reading all the records of the table. When we apply search and queries to table INDEX
are used to make them fast.
To create indexes in tabl
Null Values:
Null values denotes missing data in a table or a database. If a column does not have any NOT NULL constraint then for that column there can be NULL values. By default a column can have NULL values.
We cannot use comparison operators li
To begin with, yes, data mining services can control the flow of your business, if outsourced to a renowned and globally recognized service provider. Data has become an integral and highly critical part of every business organization due to the rapid
Often in life we face the problems for making right decisions. In choosing right event management platform is one of them. Here is a checklist which helps you to decide which factors to be considered while choosing the right one for you.
&
Hi,
In my previous post I have explained about “How to Export MySQL table data to CSV File using PHP”.
Now in this tutorial I am going to explain how to import CSV data file into mysql. Suppose that we have a CSV file with 3-4 entry, we can
CakePHP is an open source web development framework for PHP 5.4+. It is a critical programming framework used by web developers which is completely based on MVC structure, a very powerful used to build complex web applications.
