In this lesson, we're gonna talk about data itself before we dive right into the actual databases. In order to understand the need and advantages of a database we need to understand data itself. In computing terms, data is simply raw information that by itself doesn't really mean anything. It needs to be stored and organized in a way that turns it into something useful. Data can be anything really, it can be a group of text letters, it could be integers. If we wanted to create a crude example we could say I was walking down the street, and I noticed five houses while I was walking. So I have five houses here, numbers one through five. I happened to look in their windows while I was walking past and I noticed three of 'em had football games on. So if I say one, three and five all have football games on and house number two, head cartoons on, or it was just a movie, so I have some data here that probably doesn't mean anything to anybody. And honestly, wouldn't mean much to me just as it is. Now, if I happen to know my neighbors' ages I could add that to this so, again, I have lots of numbers and some text here that creates data but this, as itself, is not gonna mean much to anybody. And it's, certainly, not gonna be useful. If we wanted to try and make this useful to someone we could simply start off by labeling it. We'll say TV for what was on and of course we have our age. So by simply adding some labels here we can see we've created some somewhat useful information now, we've established a correlation between an age bracket with people in their twenties and watching football in this particular area. Obviously, a sample size of five isn't large enough to really mean much to anybody. Let's say you started doing surveys, and we added all this data here. So this is just 25 houses, but you can see how much more difficult this would be to organize this into something that we could use as a report. Then, if you had an even bigger survey that went out to like over 1,000, obviously organizing that data becomes a lot more complicated. And this is where a database comes into play. So with that, we're gonna end this lesson right now. And in the next lesson we will talk about what a database is and how it's gonna help organize our data.