Level 1: The Minion
Databases at their very core are methods of storing information for later use in a safe and secure place, using a strange language that at first it seems that everybody but you can understand. As a result, at this stage you most likely have a particular project that you need to maintain or implement — one that requires vast amounts of information to be cared for and kept tidy. Learning how to navigate a database isn’t necessarily as difficult as traversing an underground lair, but you can still get lost between the tables. Bananas are optional, but tasty.
Databases at their very core are methods of storing information for later use in a safe and secure place, using a strange language that at first it seems that everybody but you can understand. As a result, at this stage you most likely have a particular project that you need to maintain or implement — one that requires vast amounts of information to be cared for and kept tidy. Learning how to navigate a database isn’t necessarily as difficult as traversing an underground lair, but you can still get lost between the tables. Bananas are optional, but tasty.
- What is a Database?
- Why should I go to all the trouble of creating a database when I have a perfectly good Excel Spreadsheet?
- What is a query?
- What is SQL?
- What does ‘SELECT’ do?
SELECT in the terms of an SQL query triggers a question to the database. It looks
across the specified table(s), finds the data you are looking for and then presents
it to the user for consideration. Depending on the query, this can be an awful lot
of data, so again, asking the right question is critical.
- What is a primary key?
- What is a Database Management System?
- What is the difference between a Navigational database and a Relational database?
- Why do most database types not talk to each other?
- What is a Frontend?
No comments:
Post a Comment