|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/the-fast-track-introduction-to-mysql-on-rds/
课程评论:没有评论
课程名称:快速入门MySQL在RDS上的应用 课程概述:这是一门适合初学者以及想要复习的人的课程。许多学员表示即便是具备多年经验的数据库管理员也能从中获益。课程内容包括MySQL的基础知识,特别是在亚马逊关系数据库服务(Amazon RDS)上的使用。Amazon RDS使得在云中设置、操作和扩展关系数据库变得更加便捷。 本课程通过简洁明了的方式为学员提供了MySQL的高层次概述,而不是深入探讨。学员将学习如何在Windows上安装MySQL,如何备份数据库,以及如何限制用户连接等关键操作。课程还将介绍关系数据库的基本构成——数据库实例(DB instance),它是一个独立的数据库环境,可容纳多个用户创建的数据库。 关系数据库具有结构化数据的特性,对于理解结构化数据和非结构化数据的区别非常重要。MySQL作为一种关系数据库管理系统(RDBMS),通过使用数据类型定义数据的存储方式。课程内容包括如何使用表格来建模数据,比如产品、分类和标签等。 感谢您对《快速入门MySQL在RDS上的应用》的关注,期待在课程中见到您!
Reviews from Related Courses: Great course for a beginner and also to brush up on. I'm an 8yr. accidental DBA and got something out of this course and will take it back to the company. - JD Mulliken This is a great course about Azure SQL Database. - G. BegnaAll videos are filmed in 1080 and all audio is crystal clear!! Note: The first ten minutes of every course is free. Please take a moment to watch all the free content. This will help you become familiar with how the instructor will teach the rest of the course. Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. Relational databases are complex. In all of my introductory courses I want to give you a high level look at the product. This isn't a deep dive course. This is a."ahhh, that's where I backup my database or limit the user connections." This is a."ahhh, that's how I install MySQL on Windows" course. MySQL is a full-featured relational database management system (RDBMS) that competes with the likes of Oracle DB and Microsoft's SQL Server. The RDS cloud implementation is a full featured MySQL RDMS. The basic building block of Amazon RDS is the DB instance. A DB instance is an isolated database environment in the cloud. A DB instance can contain multiple user-created databases, and you can access it by using the same tools and applications that you use with a stand-alone database instance. Databases hold structured data. It's important to understand the difference between structured and unstructured data. MySQL is a relational database. The data we place in relational database has structure because we define how the data is to be stored using data types. In the relational database, we model data like products, categories, tags, etc., using tables. A table contains columns and rows. It is like a spreadsheet. Because we deal with a large amount of data, we need a way to define the databases, tables, views, stored procedures and other objects process data more effectively. Thank you for your interest in "The Fast Track Introduction to MySQL on RDS." See you in the course!!