Create Table
by on
Create Table
by on

Create Table

a priori

CREATE TABLE Limited_Alpha (
id INT PRIMARY KEY
)
INSERT INTO Limited_Alpha (id)
VALUES (1)

SELECT * FROM Limited_Alpha

Love this card?

Support PointEndClick's creations
with a gift of Premium Membership!

Gift

Card Comments