[SQL] Structure Query Language (二)

  • 108
  • 0
  • SQL
  • 2023-06-27

建立一個名為 employees 的 Table 

學習:

  1. 建立 Table 的 Data Type, default value, extra attribute
  2. 查看 Table 的 Prototype
  3. 新增資料到 Table
  4. 更新/修改 or 刪除 Table 中的資料

**************************************************************************

...繼續閱讀 »