Database Class SQL Interface
Input a SQL statement below
SELECT * FROM student
To initialize the database, press the button below.
(データベースを初期化するには,下のボタンを押して下さい)
演習問題 (Exercises)
Table structures
「楽しく学べるデータベース」より
Table: department
dept_no
dept_name
Table: student
stu_no
stu_name
gender
gpa
birthdate
dept_no
「IT Text データベース」より
Table: 組織
課ID
課名
課長
Table: 社員
社員ID
名前
年収
課ID
Table: プロジェクト
プロジェクトID
プロジェクト名
リーダ
Table: 構成員
プロジェクトID
構成員
The database is initialized at 5 AM every day.
データベースは毎朝5時に初期化されます。