Database Systems - Week 4

Here are five of the things I have learned in this course so far.  One is that databases are very useful for organizing data effeciently as well as finding and formatting data quickly.  Two is that you can join tables together to pull data together and see much more data concurrently.  Three is that you can create temporary tables called Views that you can use to pull pertinent data more easily.  Four is that you can select data from other sub select statements which allows you to do things otherwise unavailable.  Five is that you can alter tables and change them in the future if needed.

Here are three of the thing I would like to learn about.  First is I would like to learn about Big Data databases as I have heard a lot of references to them and I am not really sure about how they differ and what they are useful for.  Second is I would like to learn more in depth about how to do complex data pulls as I still struggle sometimes to figure out how to get the data I want.  Third I would like to learn about using Microsoft SQL Server and .NET for web apps using the database.

Comments

Popular posts from this blog

Learning Journal Final Entry...

Software Engineering - Week 8

Computer Networks - Week 8