Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 384 Bytes

File metadata and controls

3 lines (3 loc) · 384 Bytes
  • describe (desc): trả về mô tả của bảng (chủ yếu gồm các cột)
  • info: trả về thông tin của bảng, chi tiết, bao gồm số row, index,...
  • The DESCRIBE command does not display all constraints defined for each column. It mainly focuses on presenting the column names, data types, and any constraints like NOT NULL, but it does not list all constraints.