Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL for Beginners: Start Your Journey (मराठीतून)
Rating: 3.5 out of 5(7 ratings)
505 students

SQL for Beginners: Start Your Journey (मराठीतून)

Master SQL from Scratch: A Beginner's Guide in Marathi!
Created byKeshavraj Pore
Last updated 12/2024
English
English [Auto],

What you'll learn

  • Understand SQL Basics: Learn the fundamental concepts of databases and SQL.
  • Write Simple and Complex Queries: Create, retrieve, update, and delete data efficiently using SQL commands.
  • Work with Joins and Subqueries: Combine data from multiple tables.
  • Understand Relational Database Design: Learn how to design efficient database schemas.

Course content

1 section14 lectures1h 58m total length
  • HOW TO DOWNLOAD WORKBENCH AND USE DATABASE3:31

    Download MySQL workbench, install on Windows 64-bit, launch, set a local instance password, create a database, and run simple SQL statements with semicolons for practice.

  • CREATING A TABLE13:20

    Design a bookstore database by creating tables with data types and constraints, including primary keys, auto increment, not null, unique, and foreign keys linking authors, books, and customers.

  • INSERTING DATA9:07

    Learn to insert data into SQL tables (orders, authors, books, customers) using insert into and values, with primary key autoincrement, foreign keys, not null constraints, and date formats.

  • SELECTING DATA4:27

    Learn to use select statements to retrieve data from authors, books, customers, and orders. Practice selecting specific fields such as first name, last name, title, and total amount.

  • UPDATING DATA6:25

    Learn how to update data using the update query syntax, including set and where clauses. Explore updating orders and customer ids and modifying dates with examples.

  • DELETING DATA4:32

    Learn to delete data in sql using delete from orders with a where clause to remove specific rows, and use truncate table and drop table to manage data and structure.

  • FILTERING DATA7:38

    Learn how to filter data with SQL using select queries, where conditions, and like patterns. Explore ordering results with order by, range filters with greater/less than, and limit top results.

  • SORTING DATA7:49

    Learn to sort data with order by in SQL, compare ascending and descending orders, and apply filters and limits, then merge results using temporary tables and union all.

  • JOIN TABLES8:34

    Learn to join multiple tables using inner, left, and right joins with on conditions, illustrated by linking customers and orders via the customer_id foreign key.

  • AGGREGATE FUNCTIONS8:48

    Explore how to use join types (inner, left, right) and aggregate functions (sum, avg, min, max, count) with group by to analyze orders and customer data.

  • SUBQUERIES17:13

    Explore subqueries in SQL, including exists, correlated subqueries, and in-clauses, using orders and customers tables to compute totals, averages, and filtered results.

  • CREATING INDEXES11:11

    Create and apply single-column, composite, unique, and full-text indexes in SQL to optimize queries on the customers table, such as filtering by last name or email.

  • TRANSACTION MANAGEMENT8:30

    Master transaction management in SQL by creating accounts, inserting data, and performing updates within a start transaction; commit and rollback on errors to ensure balance integrity.

  • VIEWS7:31

    Learn how to create and use views in SQL, including defining a view from orders and customers, applying joins to show transaction details and total amounts, and securely querying data.

Requirements

  • only have a laptop to learn.

Description

Are you ready to take your first step into the world of databases? This course is your perfect starting point!


Designed specifically for absolute beginners, this SQL course is tailored for Marathi-speaking learners who want to master the fundamentals of database management and SQL queries.


What You’ll Learn:


The basics of SQL and its role in managing databases.


How to write SQL queries to retrieve, manipulate, and analyze data.


Understanding key database concepts like tables, rows, columns, and keys.


Advanced concepts like joins, subqueries, and indexing explained in a simple way.


How to work with popular database systems like MySQL or PostgreSQL.


Who Should Enroll?


Anyone with no prior knowledge of SQL or programming.


Marathi-speaking learners who want a localized, easy-to-understand explanation of concepts.


Students, professionals, or hobbyists looking to gain valuable database management skills.


Why This Course?


No Prerequisites Required: All you need is a laptop and a basic understanding of Marathi.


Comprehensive Curriculum: Covers everything from the basics to advanced concepts.


Hands-on Learning: Practice SQL queries with real-world examples.


Beginner-Friendly Approach: Each topic is explained step-by-step in Marathi for easy understanding.


Course Highlights:


Video tutorials with clear and concise explanations.


Practical assignments to help you apply your knowledge.


Lifetime access to course materials and updates.


A supportive community to answer your questions and help you grow.


Join us and start your journey toward mastering SQL!  Whether you're a student, job seeker, or tech enthusiast, this course will equip you with the skills to manage data efficiently and unlock exciting career opportunities.

Enroll now and begin your SQL journey today!


Who this course is for:

  • Absolute Beginners: Anyone with no prior experience in SQL or databases.
  • Students: College students studying computer science, data science, or IT-related fields.
  • Non-Technical Professionals: Anyone curious about working with data and databases in a simple, beginner-friendly way.