Category Archives: orientdb

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

OrientDB – Alter Property Alter Property is a command used to modify or update the Property of a particular class. Altering the property means modifying the fields of a table. In this chapter, you can learn how to update the property. The following statement is the basic syntax of Alter Property Command. ALTER PROPERTY <class>.<property> […]

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

OrientDB – Export Record Export Record is the command used to export the loaded record into the requested and supported format. If you are executing any wrong syntax, it will give the list of supported formats. OrientDB is a family of Document database, therefore JSON is the default supported format. The following statement is the […]