Part 3: Advanced SQL queries and commands on Product Ordering System

Part 3: Advanced SQL queries and commands on Product Ordering System

🎙 Artificial Intelligence by SIS 👥 7K 📅 June 29, 2026 ⏱ 69 min 👁 519 📄 tutorial 🧭 2026-08-16
Available in: English (current) Français

Keywords

SQLMySQLqueriesdatabasetutorial

Summary

This video is the third part of a series on SQL using a product ordering system. The instructor demonstrates creating tables (client, product, salesman, sales order, sales order details) with constraints like primary keys, foreign keys, check constraints, and indexes. It covers data insertion and various SELECT queries: WHERE with AND/OR, NOT, BETWEEN, LIKE patterns, IN/NOT IN, and GROUP BY with aggregate functions. The tutorial is in Hindi and uses the MySQL command-line client. The instructor explains each command step-by-step, executing them in real-time. The video aims to teach advanced SQL concepts to beginners and intermediate learners. The content is practical, with a focus on hands-on examples. The video includes a downloadable SQL source code from a Google Drive link. The presentation is clear but lacks formal citations and has minor inaccuracies in explaining case sensitivity.

136 words

Critical Evaluation

Value of the Information & Strength of the Argument

The video provides valuable practical knowledge for learning SQL, especially for beginners. The instructor demonstrates real-world database design and querying, which is useful for students and professionals. The argumentation is solid as it relies on live execution of commands, showing results immediately. However, the explanation of case sensitivity is slightly inaccurate, as MySQL’s default collation is case-insensitive, but the instructor’s suggestion to use BINARY for case-sensitive comparison is correct. The video’s value lies in its step-by-step approach, making complex concepts accessible.

Scientific Rigor, Source Quality, Title Accuracy

The video does not cite external sources, but it provides a link to download the SQL source code. The title accurately reflects the content. The scientific rigor is moderate: the tutorial is practical but lacks formal references. The instructor’s explanations are generally accurate, but there are minor oversights, such as not fully explaining the implications of certain constraints. The video is well-structured and easy to follow, but it does not engage with the broader literature or best practices beyond the basics.

177 words

Title / Content Match

The title accurately reflects the content, which covers advanced SQL queries and commands on a product ordering system.

Quality & Reliability

6/10

The video provides a practical tutorial on SQL commands with clear examples, but lacks formal citations and has minor errors (e.g., case-sensitivity explanation).

Key Moments

Cited Sources

Concurring Sources

  • MySQL 8.0 Reference Manual — Official documentation for MySQL commands and syntax, consistent with the video's demonstrations.

Dissenting Sources

  • SQL Server vs MySQL: A Comparison — The video focuses on MySQL, but some SQL features may differ in other database systems, which could lead to confusion if viewers apply the same commands elsewhere.

Contribution & Novelties

The video provides a practical, hands-on approach to learning advanced SQL commands, which is valuable for beginners. It demonstrates real-world database design and querying, making the concepts tangible. The instructor’s step-by-step execution in the MySQL command-line client helps viewers understand the syntax and logic behind each command.

Pour aller plus loin :

  • SQL Tutorial - W3Schools — Comprehensive SQL reference and tutorials.
  • MySQL Documentation — Official MySQL documentation for detailed command syntax.
  • Database Normalization — Concept related to database design, relevant to the table structures shown.

86 words

Radar Profile

The radar profile shows moderate scores across all dimensions, indicating a balanced but not exceptional tutorial. The video is informative and practical, but lacks depth in theoretical explanations and formal rigor.

Reliability 5/10

💬 No comments were provided for analysis.