SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
-- Hint: use Ctrl+Enter for SQL autocomplete create table m_students( student_id int, student_name Character varying(232), student_age int, student_class varchar(32)); insert into m_students (student_id, student_name,student_age,student_class) values(UUID(), 'Rajit',14,'Ninthgrade');
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear