TEACHER
Name
Post
Address
Segment instance – ordered set of fields instances:
TEACHER
Johnson
professor
Kiev
Hierarchy Schema Instance – it is one instance of the root segment and 0 or more instances of the child segments for each instance of the parent segment.
Schema Schema instances
…
GET UNIQUE
Syntax:
Example:
GET UNIQUE GET UNIQUE TEACHER
[WHERE
WHERE FACULTY.Name = "informatics" AND
DEPARTMENT.Name = "SE" AND
TEACHER.Post = "professor";
GET NEXT
GET NEXT Syntax: Example: GET NEXT TEACHER
[WHERE
WHERE FACULTY.Name = "informatics" AND
DEPARTMENT.Name = "SE" AND
TEACHER.Post = "professor";
GET UNIQUE TEACHER
WHERE FACULTY.Name = "informatics" AND
DEPARTMENT.Name = "mathematics" AND
TEACHER.Post = "professor";
...
NT: GET NEXT TEACHER
WHERE FACULTY.Name = "informatics" AND
DEPARTMENT.Name = "mathematics " AND
TEACHER.Post = "professor";
...
goto NT
DEPARTMENT.Name = "CAD";
DEPARTMENT.Head = "Nemiroff";
DEPARTMENT.Building = 3;
INSERT DEPARTMENT
WHERE FACULTYТ.Name = "informatics";
TEACHER.Name = "Smith";
TEACHER.Post = “assistant"
TEACHER.Address = "Shevchenko avenue 13/17";
INSERT TEACHER
WHERE FACULTY.Name = "informatics" AND
DEPARTMENT.Name = "CAD";
GET HOLD UNIQUE TEACHER
WHERE = FACULTY.Name = "informatics" AND
DEPARTMENT.Name = "CAD" AND
TEACHER.Name = "Smith";
TEACHER.Address = " Teremkovskaya str. 1/19";
REPLACE;
GET HOLD UNIQUE Teacher
WHERE = Faculty.Name = "informatics" AND
DEPARTMENT.Name = "CAD" AND
TEACHER.Name = "Smith";
DELETE;
Если не удалось найти и скачать доклад-презентацию, Вы можете заказать его на нашем сайте. Мы постараемся найти нужный Вам материал и отправим по электронной почте. Не стесняйтесь обращаться к нам, если у вас возникли вопросы или пожелания:
Email: Нажмите что бы посмотреть