Databases are backbone of so much these days (on the Web and in business in general) and as such, any self-respecting nerd should know at least a little bit about them.
In a nutshell:
A database is typically just a piece of software that acts like a virtual filing cabinet. Depending on the TYPE of database, they can come equipped with all kinds of extra features that make managing a lot of data easier.
As I just mentioned, there are different types of databases. The most common being:
- Relational databases
- Object databases
- Flat file systems
To learn more about databases, listen to the podcast.
Database Basics:
Thanks,
Stefan Mischook
www.killersites.com
www.killerphp.com
3 responses to “Database Basics – a little non nerd theory”
[…] Database basics podcast […]
Thanks for explaining about database. after this video how do i go deeper into databases?
Hi,
The next place to go is to http://www.killerphp.com/mysql/.
… You will find a bunch of videos there on databases.
Stefan