Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 152

    OrientDB – Delete Vertex

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    Delete Vertex command is used to remove vertices from the database. While deleting, it checks and maintains the consistency with the edges and removes all cross-references (with the edges) to the…

    Continue ReadingOrientDB – Delete Vertex

    OrientDB – Move Vertex

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    Move Vertex command in OrientDB is to move one or more vertices from current location to different class or cluster. If you are applying move command on a particular vertex,…

    Continue ReadingOrientDB – Move Vertex

    OrientDB – Create Vertex

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    OrientDB database is not only a Document database but also a Graph database. New concepts such as Vertex and Edge are used to store the data in the form of…

    Continue ReadingOrientDB – Create Vertex

    OrientDB – Drop Property

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    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…

    Continue ReadingOrientDB – Drop Property

    OrientDB – Alter Property

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    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…

    Continue ReadingOrientDB – Alter Property

    OrientDB – Create Property

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    Property in OrientDB works like a field of class and column in the database table. Create Property is a command used to create a property for a particular class. The class…

    Continue ReadingOrientDB – Create Property

    OrientDB – Drop Cluster

    • Post author:S K S
    • Post published:August 16, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    The Drop Cluster command removes the cluster and all its related content. This operation is permanent and rollback. The following statement is the basic syntax of Drop Cluster command. DROP CLUSTER <cluster-name>|<cluster-id>…

    Continue ReadingOrientDB – Drop Cluster

    OrientDB – Truncate Cluster

    • Post author:S K S
    • Post published:August 16, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    The Truncate Cluster command deletes all records of a cluster. The following statement is the basic syntax of Truncate Cluster Command. TRUNCATE CLUSTER <cluster-name> Where <cluster-name> is the name of the cluster. Example Try…

    Continue ReadingOrientDB – Truncate Cluster

    OrientDB – Alter Cluster

    • Post author:S K S
    • Post published:August 16, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    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…

    Continue ReadingOrientDB – Alter Cluster

    OrientDB – Create Cluster

    • Post author:S K S
    • Post published:August 16, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    Cluster is an important concept in OrientDB which is used to store records, documents, or vertices. In simple words, cluster is a place where a group of records are stored. By…

    Continue ReadingOrientDB – Create Cluster
    • Go to the previous page
    • 1
    • …
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP