myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
S

@Szheng25

Pink (clothing table)

SQL
3 years ago
/* CREATE TABLE - creates the database*/ /* entry afterward - name of database*/ /* (column_name, column_type, primary_key = true or false)*/ --ratings will be 1 (lowest) to 10 (highest)-- --set-up of schema-- CREATE TABLE pink (pink_id INTEGER PRIMARY KEY, product TEXT, cost INTEGER, stock INTEGER, rating INTEGER);
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us