From the course: Microsoft Azure Data Fundamentals (DP-900) Exam Tips

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Non-relational database offerings in Azure

Non-relational database offerings in Azure - Azure Tutorial

From the course: Microsoft Azure Data Fundamentals (DP-900) Exam Tips

Start my 1-month free trial

Non-relational database offerings in Azure

- [Instructor] Now let's take a look at the different databases supporting these non-relational data types. Although you can store non-relational data files, as we have covered in the previous slides, you better leverage their potential by hosting the data on a non-relational database. They are also generically called NoSQL databases, which means not SQL or not only SQL, depending on who you ask. There are several types of NoSQL databases, including key-value stores, document databases, column-family databases, and graph databases. We start with the key-value stores. A key-value store is the simplest and often the fastest type of NoSQL database. Unlike relational databases, on key-value stores, each row can have any number of columns. Each item on this database has a key-value pair. The key is used to uniquely identify the item, and the value holds the actual data. The main focus on a key-value store is the ability to…

Contents