If you’re new to database in general, and to SQL in particular, it can be a little daunting at first. In this chapter, we’ll have a taste of SQL by looking at how we fetch data from a simple table.
In principle, you can choose to manage your data any way you want, and some people do just that in spreadsheets or even in word processors. For serious data, that’s not organized enough, so we rely on something more structured.
There is no one way to organize data, and not all data can be organized in the same ...