Showing posts with label MySQL. Show all posts
Showing posts with label MySQL. Show all posts

Thursday, December 1, 2011

tutorial SQL

belajar SQL... boleh juga nie...

Keep in Mind That...

* SQL is not case sensitive

Semicolon after SQL Statements?

Some database systems require a semicolon at the end of each SQL statement.

Semicolon is the standard way to separate each SQL statement in database systems that allow more than one SQL statement to be executed in the same call to the server.

We are using MS Access and SQL Server 2000 and we do not have to put a semicolon after each SQL statement, but some database programs force you to use it.
SQL DML and DDL

SQL can be divided into two parts: The Data Manipulation Language (DML) and the Data Definition Language (DDL).

The query and update commands form the DML part of SQL:

* SELECT - extracts data from a database
* UPDATE - updates data in a database
* DELETE - deletes data from a database
* INSERT INTO - inserts new data into a database

The DDL part of SQL permits database tables to be created or deleted. It also defines indexes (keys), specifies links between tables, and imposes constraints between tables. The most important DDL statements in SQL are:

* CREATE DATABASE - creates a new database
* ALTER DATABASE - modifies a database
* CREATE TABLE - creates a new table
* ALTER TABLE - modifies a table
* DROP TABLE - deletes a table
* CREATE INDEX - creates an index (search key)
* DROP INDEX - deletes an index

»»  read more

Friday, August 12, 2011

free hosting 000webhost

biar keren emang pakenya DOMAIN berbayar [www.namaanda.com] untuk menghemat biaya ga da salahnya pakai HOSTING yang GRATIS... betul ga' toh wat HOSTING ga da yg taw gratis pa bayar,,, kecuali kita ndiri yg punya...asal domain nya bayar tetep [www.namaanda.com] hehehehe....

yuk mari pake HOSTING gratis punya webhost. biar gratis kualitas ga kalah juga udah punya nama besar...
BURUAN....klik registrasi  TUNGGU APA LAGI... heheheheheheh


Free Website Hosting


Free Website Hosting

Free Website Hosting
»»  read more

Wednesday, January 12, 2011

setting pasword MySQL pada XAMPP

memberikan password MySQL/phpmyadmin di XAMPP:
klik lanjut
»»  read more

Followers