Relational Databases: Chapter 9 - Shayd Speed, Claire Stephan, Jaime Speer
Relational Databases: Chapter 9 - Shayd Speed, Claire Stephan, Jaime Speer
Relational
Databases
Components
Advantages & & Modeling with
Limitations of Tools Databases
Database Modeling
Chapter 9 - Shayd Speed, Claire Stephan, Jaime Speer
Database tools enable the user to organize and reorganize information to answer
queries. The main database tools are searching, sorting, and retrieving data. You
can create a file for each student’s schedule in a school. You can use the
capabilities in a database management system to reflect a schedule change to
another class period or class.
Another search feature is the NOT function. Searching a school’s database using
the NOT function to find every student in the school not named Jones would show
every record in the database except those with the last name Jones. You can also
use the SORT function to rearrange data in ascending or descending order
according to the fields. For example, you could sort by last names in ascending
order to give you an alphabetized list of students in a particular grade or class.
Database management systems give you an organized way to store data. They allow
you to locate and sort information to help you answer questions about that
information.
Home
Chapter 9 - Shayd Speed, Claire Stephan, Jaime Speer
Relational Databases
In the past few years, database systems have become much more powerful and
flexible. Most have become more relational. A relational database is a collection of
relations or tables of different sizes and organization that are interconnected in
some way similar to a network. Information contained on different files can be
interrelated through key relationships.
Relational databases allow for more sophisticated organization and queries. They
enable users to combine, compare, contrast or interrelate data in many tables. This
is in comparison to former databases that were flat files in which the data model
could not be changed after the model was identified.
Chapter 9 - Shayd Speed, Claire Stephan, Jaime Speer
Modeling with Databases
Databases as Mindtools
The modeling aspect of database construction is based upon students determining the
relationship between the content. Creating and modeling a database is about relating
information rather than memorizing it. Jonassen states several examples of when databases
have been used as mindtools: classification of seashells, in the achievement of objectives, and
as inquiry tools.
Home
Chapter 9 - Shayd Speed, Claire Stephan, Jaime Speer
Coaching Modeling
with Databases
Advantages
Database creating/manipulating is constructive, It actively mentally engages
learners.
Learners are actively building knowledge structures, Knowledge
representation activities allow students to define nature of relationship
between concepts and use compare/contrast thinking.
Learners are exposed to compare/contrast relationships which are aided by
the speed of the DBMS.
Learners can search DB in number of ways, using cells.
Learners can re-arrange info in self-relevant ways.
Learners have the ease of automated data entry.
Students can compare their individual databases with other students' or
they can collaborate to design databases together.
Disadvantages
Some argue that databases pretty much do the same thing as a textbook
summary.
Home
There is a possibility for student confusion
Learners must have at least a pre-existing cursory knowledge of their subject
and comprehension of their subject information to manufacture a database.
Home