Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How to generate SQL Insert / Update queries from Excel
771 students
Last updated 3/2026
English

What you'll learn

  • Install Oracle Relational Database Management System
  • Install TOAD
  • Install Oracle SQL Developer
  • Accessing Microsoft Excel
  • Using Sample data
  • Create database table
  • Prep Data
  • Create Bulk SQL Insert queries
  • Create Bulk SQL Update queries
  • Query database

Course content

4 sections32 lectures2h 41m total length
  • Overview of generating SQL Statements using Excel2:06
  • Introduction1:53
  • Install Oracle RDBM8:11
  • Unlock sample Oracle Schema5:04
  • Please Read0:19
  • Download Toad5:29
  • Install Toad3:33
  • What is TOAD3:04
  • Toad quick tour5:41
  • Connect Toad to Oracle5:21
  • Install Java JDK5:24
  • Install Oracle SQL Developer4:55
  • Connect SQL Developer to Oracle6:05
  • What is TNSNames4:09
  • How to create TNSNmaes6:43

Requirements

  • Basic understanding of SQL
  • Basic understanding of Oracle

Description

Excel is a spreadsheet program from Microsoft and a component of its Office product group for business applications. Microsoft Excel enables users to format, organize and calculate data in a spreadsheet.

By organizing data using software like Excel, data analysts and other users can make information easier to view as data is added or changed. Excel contains a large number of boxes called cells that are ordered in rows and columns. Data is placed in these cells. 

Excel is most commonly used in business settings. For example, it is used in business analysis, human resource management, operations management and performance reporting. Excel uses a large collection of cells formatted to organize and manipulate data and solve mathematical functions. Users can arrange data in the spreadsheet using graphing tools, pivot tables and formulas. The spreadsheet application also has a macro programming language called Visual Basic for Applications.

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.


SQL is the standard language used to interact with databases.


  • 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

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.








Who this course is for:

  • Beginner SQL Developers
  • Beginners to Oracle Database Administrators