Skip to content

Commit 8a3f3a1

Browse files
authored
Update 4. Database Management.md
1 parent 86d06a4 commit 8a3f3a1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Database Design/4. Database Management.md

+20
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,23 @@ Possible Answers
276276
- [ ] You have a lot of data, many different data types, and your data needs will only grow over time.
277277
- [x] You are concerned about data consistency and 100% data integrity is your top goal.
278278
- [ ] Your data needs scale up, out, and down.
279+
## Choosing the right DBMS
280+
281+
As you saw in the video, there are lots of different options when choosing a DBMS. The choice depends on the business need. In this exercise, you are given a list of cards describing different scenarios and it's your job to pick the DBMS type that fits the project best. Remember the different DBMS types:
282+
283+
**SQL:** RDBMS
284+
**NoSQL:** key-value store, document store, columnar database, graph database
285+
286+
Instructions
287+
> Categorize the cards into the appropriate DBMS bucket
288+
- SQL
289+
- A banking application where It's extremely Important that data Integrty
290+
Is ensured.
291+
- NoSQL
292+
- A blog that needs to create and Incorporate new types of content, such
293+
as Images, comments, and videos.
294+
- A soclal media tool that provides users with the opportunites to grow
295+
thelr networks via connections.
296+
- Data warehousing on blg data.
297+
- During the hollday shopping season, an e-commerce website needs to
298+
keep track of milllons of shopping carts.

0 commit comments

Comments
 (0)