Create Database
Create Database
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
| Database |
+--------------------+
| ecole |
| information_schema |
| mysql |
| performance_schema |
| sys |
+--------------------+
Database changed
prenom varchar(100),
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to
your MySQL server version for the right syntax to use near 'Num_filiere int not null)' at line 1
+--------------+-------------+------+-----+---------+----------------+
+--------------+-------------+------+-----+---------+----------------+
ERROR 1366 (HY000): Incorrect integer value: 'Informatique' for column 'Num_filiere' at row 1
+--------------+-------------+------+-----+---------+----------------+
+--------------+-------------+------+-----+---------+----------------+
+--------------+--------+--------+-------+-------------+
| 1 | NYELIA | BLAISE | 67 | 1|
+--------------+--------+--------+-------+-------------+
+--------------+---------+--------+-------+-------------+
| 1 | NYELIA | BLAISE | 67 | 1|
| 2 | MAVINGA | Esther | 70 | 2|
+--------------+---------+--------+-------+-------------+
+--------------+---------+--------+-------+-------------+
| 2 | MAVINGA | Esther | 70 | 2|
+--------------+---------+--------+-------+-------------+
mysql>