A Real Database
Print Profile(1)

Description
A Real Database for holding your real data.
To all engineers, hope you enjoy it!
CREATE DATABASE mydb;
CREATE TABLE SDcards (
id INT PRIMARY KEY AUTO_INCREMENT,
brand VARCHAR(50),
size VARCHAR(10),
micro BOOLEAN
);
INSERT INTO SDcards (brand, size, micro)
VALUES ('ADATA', '256G', FALSE);
Boost Me (for free)
If you enjoy this model, your boost token would mean a lot!
License
You shall not share, sub-license, sell, rent, host, transfer, or distribute in any way the digital or 3D printed versions of this object, nor any other derivative work of this object in its digital or physical format (including - but not limited to - remixes of this object, and hosting on other digital platforms). The objects may not be used without permission in any way whatsoever in which you charge money, or collect fees.








Comment & Rating (6)