0
Create a table student
a table
3 Antworten
+ 1
CREATE TABLE [IF NOT EXISTS] table_name(
column_1_definition,
column_2_definition,
...,
table_constraints
) ENGINE=storage_engine;
https://www.mysqltutorial.org/mysql-create-table/
Please explain yourself more.
What tools do you use ?
What goasl do you want to achieve ?
0
table
0
select * stundent