Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
CREATE TABLE students ( id INT, name VARCHAR(50), age INT, grade CHAR(1), city VARCHAR(50) ); INSERT INTO students VALUES (1, 'Aditi', 18, 'A', 'Mumbai'), (2, 'Rohan', 19, 'B', 'Delhi'), (3, 'Priya', 18, 'A', 'Mumbai'), (4, 'Sameer', 20, 'C', 'Bangalore'), (5, 'Neha', 21, 'B', 'Kolkata'); SELECT UPPER(name),age from students;

Stuck with a problem? Got Error? Ask AI support!

Copy Clear