1.2.2.1.Creating a Database - CREATE DATABASE

  • 建立資料庫

create database StudentsDB;
  • 使用資料庫

use StudentsDB;

Last updated

Was this helpful?