Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building SQL Queries with Excel
Rating: 3.7 out of 5(18 ratings)
2,882 students

Building SQL Queries with Excel

Generate Bulk SQL Queries Using Microsoft Excel
Last updated 3/2026
English

What you'll learn

  • Install Oracle Database Server
  • Install TOAD
  • Build SQL Insert queries with Excel
  • Build SQL Update queries with Excel
  • Build SQL Delete queries with Excel
  • Create Table
  • Query Database

Course content

3 sections19 lectures1h 45m total length
  • Introduction0:20
  • Install Oracle7:59
  • SQL Plus3:23
  • Unlock Sample database schema5:29
  • Install TOAD5:18
  • Connect TOAD to Oracle8:11
  • What are TNSNames4:09
  • How to create TNSNames6:43
  • Importance of SQL2:08

Requirements

  • Basic knowledge of Excel
  • Basic knowledge of SQL

Description

SQL is the standard language used to interact with databases.

In this course i will show you how to build SQL scripts from scratch step by step that you will use during the course to execute insert and update bulk tasks. The skills you will learn on this course will help you confidently approach any bulk SQL request task you in a live production environment.


SQL stands for Structured Query Language

SQL lets you access and manipulate databases

SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987

What Can SQL do?


  • SQL can execute queries against a database

  • SQL can retrieve data from a database

  • SQL can insert records in a database

  • SQL can update records in a database

  • SQL can delete records from a database

  • SQL can create new databases

  • SQL can create new tables in a database

  • SQL can create stored procedures in a database

  • SQL can create views in a database

  • SQL can set permissions on tables, procedures, and views



Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android and iOS. It features calculation or computation capabilities, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications. Excel forms part of the Microsoft Office suite of software

As a database developer and administrator you will create queries frequently. Sometimes you also need to generate bulk  SQL queries to insert or update multiple records; Microsoft Excel can be used to generate bulk queries that you can execute on a database server.

Who this course is for:

  • Beginners to building SQL queries with Excel