Category Archives: orientdb

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

OrientDB – Drop Database Similar to RDBMS, OrientDB provides the feature to drop a database. Drop database refers to removing a database completely. The following statement is the basic syntax of the Drop database command. DROP DATABASE [<database-name> <server-username> <server-user-password>] Following are the details about the options in the above syntax. <database-name> − Database name […]

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

OrientDB – Rollback Database In this chapter, you will learn how to roll back the un-committed transaction through the OrientDB command line interface. The following statement is the basic syntax of the Rollback database command. ROLLBACK Note − You can use this command only after connecting to a particular database and after beginning the transaction. […]