
Learn about the advantages of using a database over text files by centralizing data, reducing redundancy, and enabling fast, secure queries with lower storage and retrieval costs across multiple applications.
Trace the history of databases from early hierarchical systems and IMS to the relational model for large shared data banks, then examine non-normalized and observational databases shaping web data markets.
Explore major database providers Oracle, MySQL, and Microsoft SQL Server, including open source relational DBMS MySQL, and editions such as Oracle enterprise, standard, personal, and SQL Server express.
Create an MS Access report of applicants grouped by province and CTA, bind years of work and rating via a query, and refine layout.
Explore data types in SQL Server and Azure, including numeric, date and time, character sets and Unicode, binary data, and large objects like images.
In this course, we will talk about how information is stored on computers.
There are a lot of clients to consume information like web applications and reporting. Web application needs to track the users, giving them access to the resources. The user information, including the login information, the list of privileges, and the list of resources, must be securely stored, managed and backed up.
Often, we have to collect and save the information which is similar between the entities—the best place is to store it in the Database.
If the pieces of information could be structured to avoid repetitiveness, we call the result tables normalized and the collection of such tables a Rational Database.
This course shows three types of Rational Databases from the inside. It starts with an overview of the history and usage of the databases; then, we build the real Database in MS Access and reproduce the same Database in MySQL and MS SQL Server. After this course, the user will be able not only to create the Database but also to build the form and report in MS Access. You will see how web applications use databases, where to find the documentation, and how to use it. I will show you some development and production databases and how different systems store passwords.