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 cofee_store(id int auto_increment PRIMARY KEY ,product_id int ,customerid int,address varchar(30)); rename table cofee_store to coffee_cafe; show tables; alter table cofee_cafe rename column customerid to customerno; alter table cofee_cafe add column product_time datetime; describe cofee_cafe;

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

Copy Clear