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

@CCMars

Cole MySQL Sample Code

MySQL
1 month ago
-- Human eye color table CREATE TABLE humans_eyes ( id CHAR(3) PRIMARY KEY, name VARCHAR(12) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- Human hair color table CREATE TABLE humans_hair ( id CHAR(3) PRIMARY KEY, name VARCHAR(7) NOT NULL

Cole PHP Sample Code

PHP
4 years ago
<?php // Cole Class namespace Marshall; class Cole { final public const string NAME_FIRST = 'Cole'; final public const string NAME_LAST = 'Marshall'; public function __construct( public readonly string $profession = 'Web Developer & Designer'
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