SQL

Structured Query Language

Andy's Oracle utilities v21

(01) add a foreign key constraint on the fly, referencing an in-use parent table (02) display the printable and space ASCII characters and their codes (03) bump up sequences (04) display calendar for input year (05) can row be locked (06) check the free space in your database (07) DBMS_JOB job scheduler - 18 INTERVAL examples (08) delete duplicates in a table with one SQL statement (09) does row

How to Create a simple Registration Form in PHP/MySQLi and HTML

Introduction: This tutorial will cover creating a register form with PHP/MySQLi/HTML. Steps of Creation: Step 1: First, we need to create a database to hold the user accounts. This is done through MySQL/PHPMyAdmin. On your localhost/web host cPanel/Control Panel go to MySQL Databases and create a new one (for example; the name of your site - Mine will be "tutorial"). Next, go to PHPMyAdmin and

3 SQL Version of NorthWind Database

A great way to learn database programming is to have a good sample database with lots of tables and appropriate relationships between them to work with. Queries can then be composed from within a variety of programming platforms, such as Java, PHP, Visual Basic 6, Visual Basic.Net, Visual C#, etc. NorthWind is a free sample database that Microsoft included with every version of Access going all

MySQL Reserved Words

Good Day!!!! In this chapter of my tutorial, we will discuss all the Reserved Words in MySQL. SQL is a language that made up of keywords - special words that we used in performing SQL operations. We're not supposed used these keywords when naming a databases, tables, columns and any other database objects.

MySQL Language Syntax

Good Day!!!

In this tutorial, we are going to learn about the MySQL Language Syntax and this is the continuation of MySQL Tutorials. My last work was all about the Installation of MySQL. In this Chapter, we will know how most actions on a database are performed using the SQL statements.

SQL Statements

This is the free-form language for SQL, statements are the following:
  • Uppecase or Lowercase.

MySQL Installation

Good Morning!!!

To make some follow-up with my tutorial, MySQL Intro, Today, I decided to make another tutorial on how the Installation of MySQL. In this Chapter, explains installation procedure of MySQL.

Download Installation Package

For the installation of MySQL, they have an installation package and can be downloaded directly from the MySQL Downloads page, which can be found at www.mysql.com/downloads.