CST 363 Final Week
The top 3 important topics I learned in this course are probably the following:
- SQL Database Design
- Learning databases are designed and how information is organized and categorized in tables
- CRUD Operations
- Understanding CRUD operations is essential for building applications that interact with databases, as it covers how to add, retrieve, modify, and remove data.
- NoSQL like Mongodb
- It’s important to understand the benefits and use cases for NoSQL databases, like scalability and handling unstructured data, as well as their trade-offs compared to relational databases.
Comments
Post a Comment