1
edit
Changes
no edit summary
Check with SHOW DATABASES and SHOW TABLES that appropriate tables and databases have been created
</font>
== Problem 8 ==
"Extra character found after the s-expression (scheme syntax error)"
(define e (Person'new (: firstName "Len") (: lastName "Chan")))
(define tp (read-instance TelcomType '() '(= name "Business") '()))
(define telcom (Email'new (: entity e) (: type tp) (: name (tp'name))
(: address "len@nexj.com")
(: displayName "Len Chan")))
(commit)
<font color="red">
Unresolved
</font>