Created
April 14, 2011 15:44
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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