Up next

Databases, MySQL and MongoDB Explained [Dev Concepts #35]

4 Views· 28 March 2024
Alagai Augusten
Alagai Augusten
6 Subscribers
6

A database is a collection of data that can be easily accessed, managed, and updated. Databases implement the CRUD operations (C - Create, R - Read, U - Update, D - Delete data) and are an important component of most modern software systems. That' is why software developers should have at least basic database skills.
In two live demos, you will learn how to create a database and a collection of documents, insert a document, and edit, delete, and query documents with MySQL and HeidiSQL, and MongoDB and Robo 3T.

➡️ Find the full blog post here: https://softuni.org/dev-concep....ts/databases-mysql-a

⭐ Table Of Contents ⭐

00:00 Intro
3:24 What is a Database
6:44 Relational and NoSQL Databases
12:40 Data Storage
13:43 From Data Storage to Databases
16:09 Why Do We Need Databases
21:04 SQL vs. NoSQL Databases
41:50 Data Management Systems
51:43 Relational Databases
53:05 Database Table Elements
55:22 SQL
1:00:02 MySQL/ MariaDB
1:03:02 Developer Tools for MySQL
1:06:08 SQL Commands
1:07:57 Creating Table and Inserting Values
1:11:55 Retrieving Records
1:14:13 Filtering Data
1:15:58 Updating Records
1:18:25 Deleting Data and Objects
1:20:35 Using MySQL and HeidiSQL - Live Demo
1:32:17 NoSQL Databases
1:34:56 MongoDB
1:37:23 Developer Tools for MongoDB
1:39:52 Creating a MongoDB Database
1:40:25 Creating a Collection and Inserting Values
1:43:01 Retrieve Entries
1:45:15 Updating Entries
1:47:17 Deleting Entries
1:48:03 MongoDB and Robo 3T - Live Demo
2:01:40 Outro

If you’ve missed other tutorials in this series, catch up here: https://www.youtube.com/playli....st?list=PLIF8tJJOPz9

Get more great content by subscribing: https://bit.ly/3DyAJ7m

💻 Want to learn to code professionally? Enroll in our Java or JavaScript Developer programs here: https://softuni.org/learn

➡️ Valuable Blog Posts: https://softuni.org/blog
➡️ Help by Mentors: https://www.reddit.com/r/softuni
➡️ Free Learning Resources: https://softuni.org/learn/learning-resources

📱 Let's connect on
Facebook: https://www.facebook.com/softuni.global
Instagram: https://www.instagram.com/softuni.global
Twitter: https://twitter.com/softuni_org
LinkedИn: https://www.linkedin.com/company/softuni-global

And remember, you learn to code by writing code. Do the assignments, submit them in the SoftUni Judge system, and get instant results. Do not hesitate to ask for assistance from me or any of the mentors and members of the SoftUni Global Community. Our mission is to create experts by helping you learn Programming and start a job in IT.

Till next time!

#database #mysql #mongodb #databases #programming #codelessons #free #lessons #codewithnakov #softuniglobal

Show more

 0 Comments sort   Sort By


Up next