Dynamodb is . . . . . . . . type of storage

NonSQL
SQL
Simple storage
all of above

The correct answer is: A. NonSQL

DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. It is a key-value and document database that supports both read and write operations. DynamoDB is a good choice for applications that need to store and retrieve data quickly and easily.

SQL (Structured Query Language) is a programming language designed for managing data in relational database management systems (RDBMS). SQL statements are used to perform tasks such as update data on a database or retrieve data from a database.

NoSQL (Not Only SQL) is a broad term for a variety of database management systems that do not follow the traditional relational database model. NoSQL databases are often used for applications that require high performance, scalability, or flexibility.

Simple storage is a type of storage that is designed to be easy to use and manage. Simple storage is often used for storing data that does not need to be accessed frequently or that does not need to be highly secure.

DynamoDB is a NoSQL database, which means that it does not follow the traditional relational database model. DynamoDB is a good choice for applications that need to store and retrieve data quickly and easily.

Exit mobile version