MySQL-work ⪼ Tables ×͜× ⪻ ☕ [ inventory ] ☕ [ Sony ] ☕ [ heroes ] ☕ [ School ] ☕ [ enrollment ] Tutorial Creating table create table <table_name>( <field_name> condition, etc); DESC <table_name> INSERT * FROM <table_name> Also similar to MySQL https://github.com/poisk-ls/Database-Sql-MySQL https://github.com/poisk-ls/create-table-on-database https://github.com/poisk-ls/XAMPP