建立索引索引
create index on:Student(name)sse
刪除索引co
drop index on:Student(name)index
建立惟一索引const
create constraint on (s:Teacher) assert s.name is unique
刪除惟一索引
drop constraint on (s:Teacher) assert s.name is unique