Category Archives: orientdb

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

OrientDB – Upgrading While upgrading, you have to consider the version number and the format. There are three types of formats – MAJOR, MINOR, PATCH. MAJOR version entails incompatible API changes. MINOR version entails functionality in a backward-compatible manner. PTCH version entails backward-compatible bug fixes. To synchronize between minor and major versions, you may need […]

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

OrientDB – Drop Property The Drop property command removes the property from the schema. It does not remove the property values from the record, it just change the schema. The following statement is the basic syntax of Drop Property Command. DROP PROPERTY <class>.<property> [FORCE] Following are the details about the options in the above syntax. […]