Skip to content

Instantly share code, notes, and snippets.

@felipenmoura
Created April 14, 2011 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipenmoura/919751 to your computer and use it in GitHub Desktop.
Save felipenmoura/919751 to your computer and use it in GitHub Desktop.
An example for the code to be used in english, into theWebMind 3rd version
teacher may have many students.
each student has many teachers.
both student and teacher have name:string and age:integer.
student has nickname:varchar(80, unique) and sex:char(1, required, "F", {F=Female|M=Male}).
all the students have father.
father has id:int(key) and greencard:int(key, "=1900");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment