• tagged sql query

1-7 of 7 Hubssort by Hot Best Latest

83

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: ...

45 comments    business internet technology
64

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
69

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
sulica profile image64

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
64

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
73

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
rajkrishna profile image56

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
working