Week 1b - Intro To MySQL
Week 1b - Intro To MySQL
Week 1b - Database
Hendra Dinata
How?
Using Tools, such as:
a. phpMyAdmin
b. MySQL Workbench
In that database, make a new table teams, and the fields are:
and then try to insert the data. There are two teams in DotA, they are:
Sentinel and Scourge. Let the team_id inserted automatically
name varchar(20)
strength smallint
agility smallint
intelligence smallint
damage smallint
armor smallint
is_ranged bool
Choose custom
Renaming table
Altering table
Drop table
Connect to MySQL
Create database
Create table
Insert data
Update data
Delete Data
Altering table
Drop table
2017. Teknik Informatika | Universitas Surabaya
Any Question?