bars
Database
search
circle-xmark
Ctrl
k
copy
Copy
chevron-down
Chapter1: MySQL
chevron-right
1.2.MySQL for Beginners
chevron-right
1.2.2.Beginning with MySQL Basics
1.2.2.1.Creating a Database - CREATE DATABASE
建立資料庫
Copy
create database StudentsDB;
使用資料庫
Copy
use StudentsDB;
Previous
1.2.2.Beginning with MySQL Basics
chevron-left
Next
1.2.2.2.Creating a Table - CREATE TABLE
chevron-right
Last updated
5 years ago
Was this helpful?
Was this helpful?