Minggu lepas blog saya mengalami masalah dengan server.Blog ini diletakkan di bawah Namsahaz.Mengikut email yang diberi.Mereka mengalami masalah hardisk pada server.
Archive for the ‘Database’ Category
Command untuk SQL
November 23rd, 2007
Sabri Ahmad Dibawah merupakan listing syntax atau command untuk MySQL (pemprosesan database).
General Commands
USE database_name
Change to this database. You need to change to some database when you first connect to MySQL.
SHOW DATABASES
Lists all MySQL databases on the system.
SHOW TABLES [FROM database_name]
Lists all tables from the current database or from the database given in the command.
DESCRIBE table_name
SHOW [...]



Posted in
Tags: