List different types of data types available in OrientDB?

Tatiana Grigorieva
Tatiana Grigorieva

Posted On: Jan 08, 2021

 

Different types of data types available in OrientDB are as follows:

  1. Boolean
  2. Integer
  3. Short
  4. Long
  5. Float
  6. Double
  7. Date-time
  8. String
  9. Binary
  10. Embedded
  11. Embedded list
  12. Embedded set
  13. Embedded map
  14. Link
  15. Link list
  16. Link set
  17. Link map
  18. Byte
  19. Transient
  20. Date
  21. Custom
  22. Decimal
  23. LinkBag
  24. Any

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    OrientDB Interview Questions

    Explain OrientDBand its uses?

    OrientDB is an open-source NoSQL database management system that is written in Java. It supports a Multi-model database, supporting graph, document, key/value, and object models. It offers several ind...

    OrientDB Interview Questions

    Enlist few advantages of OrientDB?

    Few advantages of OrientDB are listed below:It is integration of Many database modules into one db. It provides good user profile based security system. It has SQL engine developed from scratch ...

    OrientDB Interview Questions

    What is the difference between MongoDB and OrientDB?

    The differences between MongoDB and OrientDB are as follows:MongoDB OrientDBDoesn't require a unified data structure. Multi-model database (document, object, graph).Easy to scale...