We may earn an affiliate commission when you visit our partners.
Course image
Taught by Meta Staff

تطوير معرفة عملية بنظام إدارة قواعد بيانات MySQL (DBMS). اكتساب مهارات DBMS مثل إنشاء البيانات والاستعلام والمعالجة. ستكتسب المزيد من الخبرة في التعامل مع الجمل والعبارات وأنواع البيانات في لغة SQL.

Read more

تطوير معرفة عملية بنظام إدارة قواعد بيانات MySQL (DBMS). اكتساب مهارات DBMS مثل إنشاء البيانات والاستعلام والمعالجة. ستكتسب المزيد من الخبرة في التعامل مع الجمل والعبارات وأنواع البيانات في لغة SQL.

بنهاية هذه الدورة التدريبية، ستتمكن من:

- استخدام MySQL DBMS لإنشاء قواعد البيانات العلائقية وتعديلها باستخدام SQL

- إضافة سجلات إلى قاعدة بيانات MySQL

- تنفيذ استعلامات معقدة على سجلات قاعدة البيانات مع عوامل التصفية والتجميعات

- إنشاء عوامل ضم وربط بسيطة داخل قاعدة بيانات

- إنشاء علاقات بين الجداول باستخدام المفاتيح الأساسية والخارجية

- إظهار القدرة على إكمال مشروع تسوية قاعدة البيانات

ستكتسب خبرة في الأدوات والبرامج التالية:

- MySQL DBMS

- عوامل الربط والضم

- عبارات SQL وجملها وأنواع البيانات

- المفاتيح الأساسية والخارجية

- تسوية قاعدة البيانات

Enroll now

What's inside

Syllabus

مقدمة إلى MySQL
في هذه الوحدة، ستتعلم استخدام MySQL DBMS لإنشاء قواعد البيانات العلائقية وتعديلها والاستعلام عنها باستخدام SQL.
تحديث قواعد البيانات والعمل باستخدام طرق العرض
Read more
في هذه الوحدة ستتعلم كيفية تحديث قواعد البيانات والعمل باستخدام طرق العرض.
الدوال والإجراءات المخزنة في MySQL
في هذه الوحدة الثالثة، ستستكشف أنواعًا مختلفة من الدوال وتتعلم كيفية التعامل مع إجراءات MySQL المخزنة.
التقييم المقيّم بدرجات
في هذه الوحدة، ستكون هناك فرصة لاستعراض ما تعلمته بشكل موجز، والتعرف على ما لديك من نقاط للقوة، وكذلك الموضوعات ذات الأهمية التي يتعين عليك الرجوع إليها في هذه الدورة التدريبية.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Develops a practical understanding of the MySQL DBMS
Teaches DBMS skills such as creating, querying and manipulating data
Builds a foundation in the use of SQL statements, clauses, and data types
Enables learners to create and modify relational database using MySQL DBMS with SQL
Provides a solid understanding of adding records to a MySQL database
Offers hands-on experience with Joins and Unions in a database

Save this course

Save هياكل قواعد البيانات وإدارتها باستخدام MySQL to your list so you can find it easily later:
Save

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in هياكل قواعد البيانات وإدارتها باستخدام MySQL with these activities:
Organize course notes and assignments
Organizing your course notes and assignments will help you stay organized and better retain the information covered in the course.
Show steps
  • Review and整理 your lecture notes
  • Compile assignments, quizzes, and other course materials
  • Create a system for organizing and storing your materials
Explore MySQL Documentation
Familiarize yourself with MySQL's official documentation to gain a deeper understanding of its features and capabilities.
Show steps
  • Visit the MySQL website and navigate to the documentation section.
  • Browse through the different sections and tutorials to familiarize yourself with the MySQL ecosystem.
Connect with MySQL Experts
Expand your knowledge and get expert guidance by connecting with experienced MySQL practitioners.
Show steps
  • Attend meetups or online forums dedicated to MySQL.
  • Reach out to MySQL professionals on LinkedIn or other networking platforms.
Eight other activities
Expand to see all activities and additional details
Show all 11 activities
Create and Modify Databases
Engage in hands-on practice to solidify your understanding of database creation, modification, and data manipulation techniques.
Show steps
  • Create a new database using the 'CREATE DATABASE' statement.
  • Add tables to the database using the 'CREATE TABLE' statement.
  • Insert data into tables using the 'INSERT INTO' statement.
  • Query data from tables using the 'SELECT' statement.
  • Modify data in tables using the 'UPDATE' and 'DELETE' statements.
Practice SQL queries
Practicing SQL queries will enhance your ability to retrieve and manipulate data in MySQL.
Browse courses on SQL Queries
Show steps
  • Identify a set of sample data to work with
  • Write queries to perform basic operations like SELECT, INSERT, UPDATE, and DELETE
  • Use operators, functions, and keywords to refine your queries
Design a Database Schema
Apply your knowledge to design a database schema that meets the specific requirements of a real-world scenario.
Show steps
  • Define the entities and relationships in the system.
  • Create a logical data model using ER diagrams or other modeling techniques.
  • Convert the logical model into a physical database schema.
  • Implement the schema in MySQL.
Build a dashboard using MySQL data
Building a dashboard using MySQL data will allow you to visualize and analyze data effectively.
Browse courses on Data Visualization
Show steps
  • Identify the key metrics and data points to display
  • Choose a dashboard tool and connect it to the MySQL database
  • Design and create the dashboard layout
  • Configure widgets and visualizations to display the data
Help Nonprofits with MySQL
Put your MySQL skills to good use by supporting nonprofits that rely on data management for their operations.
Show steps
  • Identify nonprofit organizations that use MySQL.
  • Offer your assistance with data management or database administration tasks.
Attend a MySQL Workshop
Deepen your MySQL knowledge by attending a workshop led by experts and immersing yourself in a hands-on learning environment.
Show steps
  • Research and identify relevant MySQL workshops offered by training providers.
  • Enroll in a workshop that aligns with your learning goals.
  • Participate actively in the workshop and engage with the instructor and fellow participants.
Contribute to MySQL Projects
Immerse yourself in the MySQL community by contributing to open-source projects and collaborating with developers worldwide.
Show steps
  • Identify open-source MySQL projects on platforms like GitHub.
  • Read the project documentation and understand its goals.
  • Make code contributions by fixing bugs, adding features, or improving documentation.
  • Submit pull requests and actively engage with the project community.
Create a MySQL Tutorial
Reinforce your understanding by creating and sharing a MySQL tutorial that explains a specific concept or technique.
Show steps
  • Choose a specific topic or aspect of MySQL.
  • Develop a detailed outline and gather the necessary resources.
  • Write and format the tutorial in a clear and concise manner.
  • Share your tutorial on a platform like Medium or your own blog.

Career center

Learners who complete هياكل قواعد البيانات وإدارتها باستخدام MySQL will develop knowledge and skills that may be useful to these careers:
Database Administrator
Database Administrators plan, implement, and maintain an organization's database systems. They ensure that databases are running smoothly, that data is secure, and that users have access to the data they need. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Database Administrator, as they allow you to manage and maintain databases effectively.
Data Analyst
Data Analysts collect, analyze, and interpret data to help organizations make informed decisions. They use their skills in statistics, programming, and data visualization to identify trends and patterns in data. This course can help you develop the skills you need to be a successful Data Analyst. You will learn how to use MySQL to query and analyze data, and you will gain experience with data visualization techniques.
Business Analyst
Business Analysts help organizations improve their performance by identifying and solving business problems. They use their skills in data analysis, process improvement, and stakeholder management to help organizations achieve their goals. This course can help you develop the skills you need to be a successful Business Analyst. You will learn how to use MySQL to collect and analyze data, and you will gain experience with process improvement techniques.
Software Engineer
Software Engineers design, develop, and maintain software applications. They use their skills in programming, data structures, and algorithms to create software that meets the needs of users. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Software Engineer, as they allow you to work with databases effectively.
Data Scientist
Data Scientists use their skills in statistics, machine learning, and data visualization to extract insights from data. They help organizations make informed decisions by identifying trends and patterns in data. This course can help you develop the skills you need to be a successful Data Scientist. You will learn how to use MySQL to query and analyze data, and you will gain experience with data visualization techniques.
Web Developer
Web Developers design and develop websites and web applications. They use their skills in HTML, CSS, JavaScript, and server-side programming to create websites that are both functional and visually appealing. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Web Developer, as they allow you to work with databases effectively.
IT Support Specialist
IT Support Specialists provide technical support to users of computer systems and software. They troubleshoot problems, install and maintain software, and provide training to users. This course can help you develop the skills you need to be a successful IT Support Specialist. You will learn how to use MySQL to troubleshoot database problems and how to provide support to users.
Network Administrator
Network Administrators design, implement, and maintain computer networks. They ensure that networks are running smoothly and that users have access to the resources they need. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Network Administrator, as they allow you to manage and maintain databases effectively.
Computer Systems Analyst
Computer Systems Analysts design, implement, and maintain computer systems. They work with users to identify their needs and develop systems that meet those needs. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Computer Systems Analyst, as they allow you to work with databases effectively.
Information Security Analyst
Information Security Analysts protect computer systems and networks from unauthorized access, use, disclosure, disruption, modification, or destruction. They develop and implement security measures to protect against threats such as malware, hackers, and data breaches. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for an Information Security Analyst, as they allow you to manage and maintain databases securely.
Database Designer
Database Designers design and develop database systems. They work with users to identify their needs and develop databases that meet those needs. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Database Designer, as they allow you to design and develop databases effectively.
Data Warehouse Architect
Data Warehouse Architects design and develop data warehouses. They work with users to identify their needs and develop data warehouses that meet those needs. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Data Warehouse Architect, as they allow you to design and develop data warehouses effectively.
Big Data Engineer
Big Data Engineers design and develop systems to store and process large amounts of data. They work with users to identify their needs and develop systems that meet those needs. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Big Data Engineer, as they allow you to work with databases effectively.
Cloud Architect
Cloud Architects design and develop cloud-based systems. They work with users to identify their needs and develop systems that meet those needs. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Cloud Architect, as they allow you to work with databases effectively.
Data Governance Analyst
Data Governance Analysts develop and implement policies and procedures to govern the use of data. They work with users to identify their needs and develop policies that meet those needs. This course can help you build a foundation in MySQL, a widely used database management system. You will learn how to create and modify databases, add records, and perform complex queries. These skills are essential for a Data Governance Analyst, as they allow you to work with databases effectively.

Reading list

We've selected six books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in هياكل قواعد البيانات وإدارتها باستخدام MySQL.
هذا الكتاب مرجع شامل لقواعد بيانات MySQL. وهو مفيد بشكل خاص لمطوري قواعد البيانات الذين يحتاجون إلى معلومات مفصلة حول لغة SQL ومتطلبات النحوي.
هذا الكتاب مقدمة شاملة لأنظمة قواعد البيانات. وهو مفيد بشكل خاص للطلاب الذين يتعلمون أساسيات أنظمة قواعد البيانات.
هذا الكتاب مفيد لمطوري قواعد البيانات الذين يرغبون في تحسين أداء قواعد بيانات MySQL الخاصة بهم. وهو يغطي مجموعة واسعة من الموضوعات، بما في ذلك ضبط الأداء وتحسين الاستعلام.
هذا الكتاب مفيد كمقدمة لقواعد بيانات MySQL. وهو موجز وسهل القراءة، ويوفر خلفية جيدة للموضوع.
هذا الكتاب يقدم مجموعة من الوصفات والحلول لمشاكل MySQL الشائعة. وهو مفيد لمطوري قواعد البيانات من جميع مستويات الخبرة.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to هياكل قواعد البيانات وإدارتها باستخدام MySQL.
تصميم قاعدة بيانات باستخدام ماي سيكويل
Most relevant
مقدمة عن قواعد بيانات للتطوير على الخادم
Most relevant
مقدمة عن قواعد البيانات
Most relevant
موضوعات MySQL المتقدمة
Most relevant
قواعد البيانات وSQL (لغة الاستعلام البنيوية) لعلم البيانات
Most relevant
عملاء قاعدة البيانات
Most relevant
Relational Databases - MySQL - قواعد البيانات العلائقية
Most relevant
كيفية استخدام ال SQL مع قواعد البيانات الكبيرة
Most relevant
ETL مع Python : استخراج وتحويل وتحميل البيانات
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser