PW Akshay

Generation

text to sql syntaxFri, 30 Dec 2022

create a program for data entries for school management with MySQL

CREATE TABLE students(id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY, name VARCHAR(30) NOT NULL, class VARCHAR(30) NOT NULL, age INT(30) NOT NULL);

Want to kickstart your project?Use the new AI Studio to create your code