Skip to content

Instantly share code, notes, and snippets.

@gkthiruvathukal
Created July 7, 2015 02:21
Show Gist options
  • Select an option

  • Save gkthiruvathukal/5339a386292c5c5f62de to your computer and use it in GitHub Desktop.

Select an option

Save gkthiruvathukal/5339a386292c5c5f62de to your computer and use it in GitHub Desktop.
create database testing;
use testing;
create table employee (id int4, name text);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment