CASE ( SELECT * FROM person WHERE age > 50 ) IF employee THEN ... ELSE ... END CASE; |
new
” which could be applied to every class.
Inserting new objects into the class address
could be implemented as follows:
INSERT NEW( street, location ) VALUES( 'Broadway', 'New York' ) INTO address; |
UPDATE vehicle SET color = 'red' WHERE manufacturer.name = 'Ford'; |
manufacturer
already exists.
m
.
m := SELECT f FROM f IN company WHERE name = 'Ford'; |
Police: What’s your emergency? Me: Two girls are fighting over me. Police: OK and what’s the problem? Me: The fat one is winning! |