•  »
  • tagged sql query

1-7 of 7 Hubssort by Hot Best Latest

What is an ETL?68

What is an ETL?

What is an ETL ETL is an acronym for Extract, Transform and Load (ETL) Data. It is a process that involves extracting or harvesting data from outside sources, cleansing and converting the same for operational needs and deploying or uploading it...

0 comments    process data database
How to Optimize Database Code56

How to Optimize Database Code

I believe that you are not among the people who think money is for free. The reason for saying this is because you are probably aware that financial costs are much higher if your source code is already...

0 comments    sql optimize database
Raw Sql Queries to interact with MySql Database via Command Line64

Raw Sql Queries to interact with MySql Database via Command Line

Here, You'll learn about Raw SQL Queries, Which can typed directly from command line/prompt in case of lacking MySQL GUI (Graphical User interface) such as PHPmyadmin.

4 comments    data table tables
Sql Tutorial (Structured Query Language): Four types of sql queries67

Sql Tutorial (Structured Query Language): Four types of sql queries

Here, you'll learn about sql queries (Insert, Retrieve Update, Delete etc.) which are most important part of every websites that uses databases (ex. MySQL) on their site such as dynamic websites.

3 comments    sql tutorial structured language
Simple PHP web based address book using MySql80

Simple PHP web based address book using MySql

Today we will be creating a web based address book using PHP and MySql, it will be using the $_GET superglobal, as a means of reviewing the database contents. Before we start here are the source files: http://diadde.com/dl/addressBook.zip Working...

45 comments    business internet technology
SQL Server Stored Procedures41

SQL Server Stored Procedures

This tutorial gives an overview of how to use SQL Server Stored Procedures in a web application. Stored Procedures are compiled SQL code stored in the database. Calling stored procedures as opposed to...

0 comments    advice internet technology
Seven Deadly SQL Sins Part II71

Seven Deadly SQL Sins Part II

.... continued from part one This is the second in a series of four excerpts from the MySQL presentation I gave to my local Linux Group a while back. The presentation was inspired by Arjen Lentz's outline...

2 comments    data programming table
Please wait working