Chapter 10
Getting Basic DBMS Using RDS
IN THIS CHAPTER
Defining the Relational Database Service (RDS) feature set
Using the AWS Management Console to manage RDS
Initializing a database server
Including database support in an application
Adding load balancing and scaling to a database application
Arelational database relies on tables to organize data, with rows holding individual records and columns holding individual data items. The tables focus on specific topics, such as employee names and dates of birth. They relate to other tables, which is what gives relational databases their names. For example, a single employee can have multiple telephone numbers, so the telephone numbers would appear in a separate table related to the employee table using a common element, such as the employee ID. If you aren’t familiar with relational databases, you can find more about them at http://www.tutorialspoint.com/sql/sql-rdbms-concepts.htm
and https://www.webucator.com/tutorial/learn-sql/relational-database-basics.cfm ...
Get AWS For Admins For Dummies now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.