Category Archives: orientdb

Khóa học miễn phí OrientDB – Drop Class nhận dự án làm có lương

OrientDB – Drop Class The Drop Class command removes a class from the schema. It is important to pay attention and maintain a consistent schema. For example, avoid to remove classes that are super-classes of others. The associated cluster won”t be deleted. The following statement is the basic syntax of Drop Class command. DROP CLASS […]

Khóa học miễn phí OrientDB – Alter Cluster nhận dự án làm có lương

OrientDB – Alter Cluster Alter Cluster command is to update attributes on an existing cluster. In this chapter you can learn how to add or modify the attributes of a cluster. The following statement is the basic syntax of Alter Cluster command. ALTER CLUSTER <cluster> <attribute-name> <attribute-value> Following are the details about the options in […]