Lorsque vous vous inscrivez à ce cours, vous êtes également inscrit(e) à cette Spécialisation.
Apprenez de nouveaux concepts auprès d'experts du secteur
Acquérez une compréhension de base d'un sujet ou d'un outil
Développez des compétences professionnelles avec des projets pratiques
Obtenez un certificat professionnel partageable
Il y a 3 modules dans ce cours
MySQL from Zero is a hands-on three-module course that teaches you to install MySQL, import the Sakila sample database, query it from the terminal, and build a Bash to Python to Rust pipeline that surfaces the same answer through three increasingly type-safe layers.
Module 1 starts you in `mysql -u user -p` with `SHOW DATABASES`, `USE sakila`, and `SELECT ... LIMIT`, then walks through `mysqldump` for safe backups, INSERT/UPDATE/DELETE on a real schema, and the `INTO OUTFILE` to `http.server` to `curl` pipeline that turns a SQL query into an HTTP endpoint with zero new packages.
Module 2 dives into the Sakila schema itself: the customer to rental to inventory to film traversal that drives most queries, INNER vs LEFT JOIN with row-by-row materialization, and B-tree indexes paired with `EXPLAIN ANALYZE` so you can predict query cost before you ship.
Module 3 closes with a typed Rust client: `sqlx::MySqlPool` against the same Sakila, the `FromRow` derive mapping rows to a struct, and four runtime `assert!` contracts that fail loudly when data drifts. By the end you can pick the right query for a real database problem and ship it as a single static Rust binary.
Covers MySQL as the OLTP workhorse, the mysql terminal client, the mysqldump backup-and-restore pattern, importing the Sakila sample database, INSERT/UPDATE/DELETE on a real schema, mysql -e shell pipelines, and a Python http.server backed by a live database.
Inclus
7 vidéos3 lectures1 devoir1 laboratoire non noté
Afficher les informations sur le contenu du module
7 vidéos•Total 35 minutes
MySQL Overview Demo•3 minutes
MySQL from the Terminal Demo•4 minutes
Archive and Drop a Database Demo•6 minutes
Import the Sakila Database Demo•8 minutes
Modify the Sakila Database Demo•5 minutes
Bash Pipelines with mysql -e Demo•5 minutes
MySQL to Python Web Server Demo•4 minutes
3 lectures•Total 30 minutes
About This Course•10 minutes
Key Terms: MySQL Fundamentals•10 minutes
Reflection: MySQL Fundamentals•10 minutes
1 devoir•Total 5 minutes
MySQL Fundamentals•5 minutes
1 laboratoire non noté•Total 60 minutes
MySQL Sandbox With Sakila Dataset•60 minutes
Sakila Schema, JOINs, and Indexes
Module 2•1 heure à terminer
Détails du module
Tours the 16-table Sakila schema spine (customer to rental to inventory to film), contrasts INNER and LEFT JOINs on the same query, and reads EXPLAIN ANALYZE to predict whether a query will scale. Builds the mental model of a B-tree index and the type column that signals ref, range, or full-table scan.
Inclus
3 vidéos2 lectures1 devoir
Afficher les informations sur le contenu du module
3 vidéos•Total 7 minutes
Sakila Schema Walkthrough•2 minutes
JOINs Visualization: INNER vs LEFT•3 minutes
Index B-tree and EXPLAIN ANALYZE•2 minutes
2 lectures•Total 20 minutes
Key Terms: Sakila Schema, JOINs, and Indexes•10 minutes
Reflection: Sakila Schema, JOINs, and Indexes•10 minutes
1 devoir•Total 5 minutes
Sakila Schema, JOINs, and Indexes•5 minutes
Typed Rust Client with sqlx
Module 3•1 heure à terminer
Détails du module
Ports a Python customer-rental analytics script to a typed Rust binary using sqlx::MySqlPool plus the FromRow derive. Names the three type-mapping traps (f64 for money, String for nullable, bool against TINYINT(N)) and enforces four runtime assert! contracts that fail loudly when the data drifts.
Inclus
2 vidéos5 lectures1 devoir
Afficher les informations sur le contenu du module
2 vidéos•Total 5 minutes
Rust to MySQL Type Mapping•2 minutes
sqlx Rust Demo Walkthrough•3 minutes
5 lectures•Total 50 minutes
Key Terms: Typed Rust Client with sqlx•10 minutes
Reflection: Typed Rust Client with sqlx•10 minutes
Capstone: Multi-Report sqlx Binary•10 minutes
Before You Go•10 minutes
Next Steps•10 minutes
1 devoir•Total 15 minutes
Final Graded Quiz•15 minutes
Obtenez un certificat professionnel
Ajoutez ce titre à votre profil LinkedIn, à votre curriculum vitae ou à votre CV. Partagez-le sur les médias sociaux et dans votre évaluation des performances.
Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?
Felipe M.
Étudiant(e) depuis 2018
’Pouvoir suivre des cours à mon rythme à été une expérience extraordinaire. Je peux apprendre chaque fois que mon emploi du temps me le permet et en fonction de mon humeur.’
Jennifer J.
Étudiant(e) depuis 2020
’J'ai directement appliqué les concepts et les compétences que j'ai appris de mes cours à un nouveau projet passionnant au travail.’
Larry W.
Étudiant(e) depuis 2021
’Lorsque j'ai besoin de cours sur des sujets que mon université ne propose pas, Coursera est l'un des meilleurs endroits où se rendre.’
Chaitanya A.
’Apprendre, ce n'est pas seulement s'améliorer dans son travail : c'est bien plus que cela. Coursera me permet d'apprendre sans limites.’
When will I have access to the lectures and assignments?
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Specialization?
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Is financial aid available?
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.