• Hubs
  • tagged sql query

1-4 of 4 hubssort by Hot Best Latest

85

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

23 comments    business technology internet
60

SQL Terms : keyword, Clause and Statement

If your are a SQL learner then there are some terms you have to know. I see, event the experienced SQL professional do mistakes about the terms. This page tell you several terms of SQL, that you must have to...

0 comments    keywords keyword oracle
snigdha_123 profile image61

SQL Queries Collection

SQL Queries Collection has collection of sql queries in oracle and sql server.More complex queries and basic queries will be added soon in this site. SQL Querie to retrieve top5 records in oracle. ...

0 comments    technology oracle database
rajkrishna profile image50

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 technology internet
working