PW Akshay

Generation

text to sql syntaxFri, 30 Dec 2022

create a program for data entries for school management with MySQL

CREATE TABLE school( sno INTEGER PRIMARY KEY AUTO_INCREMENT, name VARCHAR(10), age INTEGER, gender VARCHAR(6) );

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