SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Enter Password: *** Welcome to the MySQL monitor Commands end with ; or \g. Your MySQL connection id is 8 Server version: 5.7-community MySQL Community server (gpl) Type 'help;' or '\h' for help. Type '\c' to clear the current mysql> create database students; Query ok, 1 row affected (0.00 sec) mysql> use student; Database changed mysql>create table students(rollno int,name char(20),class int,section char(1));
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear