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 153

    OrientDB – Drop Class

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

    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.…

    Continue ReadingOrientDB – Drop Class

    OrientDB – Truncate Class

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

    Truncate class will delete all records of clusters defined as part of class. In OrientDB, every class has an associated cluster with the same name. If you want to also remove…

    Continue ReadingOrientDB – Truncate Class

    OrientDB – Alter Class

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

    Class and Property in OrientDB are used to build a schema with the respective attributes such as class name, super-class, cluster, number of clusters, Abstract, etc. If you want to…

    Continue ReadingOrientDB – Alter Class

    OrientDB – Create Class

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

    OrientDB supports multi-model feature and provides different ways in approaching and understanding the basic concepts of a database. However, we can easily access these models from the perspective of Document…

    Continue ReadingOrientDB – Create Class

    OrientDB – Delete Record

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

    Delete Record command is used to delete one or more records completely from the database. The following statement is the basic syntax of the Delete command. DELETE FROM <Class>|cluster:<cluster>|index:<index> [LOCK <default|record>]…

    Continue ReadingOrientDB – Delete Record

    OrientDB – Truncate Record

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

    Truncate Record command is used to delete the values of a particular record. The following statement is the basic syntax of the Truncate command. TRUNCATE RECORD <rid>* Where <rid>* indicates the Record…

    Continue ReadingOrientDB – Truncate Record

    OrientDB – Update Record

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

    Update Record command is used to modify the value of a particular record. SET is the basic command to update a particular field value. The following statement is the basic syntax…

    Continue ReadingOrientDB – Update Record

    OrientDB – Export Record

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

    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…

    Continue ReadingOrientDB – Export Record

    OrientDB – Reload Record

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

    Reload Record also works similar to Load Record command and is also used to load a particular record from the schema. Load record will load the record with the help of…

    Continue ReadingOrientDB – Reload Record

    OrientDB – Load Record

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

    Load Record is used to load a particular record from the schema. Load record will load the record with the help of Record ID. It is represented with @rid symbol in the resultset.…

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