Judul: Berbagi Info Seputar How To Create a Table in XAMPP (programing) Full Update Terbaru
link: How To Create a Table in XAMPP (programing)
Berbagi How To Create a Table in XAMPP (programing) Terbaru dan Terlengkap 2017
Hello friends, for this time i will post about how to create a table in xampp (programing), alright guys okay my friends to step first with the commandParallel Space Multi Accounts APK(data definition language)- click windows + R --> writen cmd + enter
- write cd\ + enter + cd xampp\mysql\bin + enter + mysql -u root -p
- create database nama;
- use nama;
- create table student(nik char(4) primary key,name varchar(9),class int(4));
- if it already finished check with the command-->describe student;
- to add column --> alter table student add column adress varchar(10);
- if it already finished check with the command-->describe student;
- for change name column--> alter table student change adress subject varchar(10);
- if it already finished check with the command-->describe student;
- to change the data type--> alter table student modify class int(9);
- if it already finished check with the command-->describe student;
- to remove column--> alter table student drop subject;
- if it already finished check with the command-->describe student;
okay myfriend to downloads xampp link below
Itulah sedikit Artikel How To Create a Table in XAMPP (programing) terbaru dari kami
Semoga artikel How To Create a Table in XAMPP (programing) yang saya posting kali ini, bisa memberi informasi untuk anda semua yang menyukai Blog Simbah. jangan lupa baca juga artikel-artikel lain dari kami.
Terima kasih Anda baru saja membaca How To Create a Table in XAMPP (programing)