• hello@anchorsoftacademy.com

Database Development & Administration with SQL

SQL Training in Lagos

[ queries, stored procedures, views, triggers, security & more ]

SQL Training in Lagos

SCHEDULES & FEES

  • DateJan. 15, 2022
  • Duration 2 Months
  • Days and Time Saturdays 1pm - 3pm
  • Fee N180,000[N200,000]
  • Registration Status Registration is closed for this batch.


COURSE DESCRIPTION

Database Development & Administration with SQL

What is a database? A database is a collection of data stored in a format that makes it secure and easy to retrieve and manage. It is the security and management efficiency that makes database products attractive. There are two kinds of database systems: Relational and NoSQL.
Relational Database Management System(RDBMS) stores data in a database component called Table in ROWS and COLUMNS. One or more tables are usually related together, hence the name relational. Example includes MySQL, SQL Server, Oracle, etc.

NoSQL database systems on the other hand store data in documents not tables, and do not use the SQL language for data administration. Examples include MongoDB, Cassandra, Redis etc.

This course is all about RDBMS and SQL. And we will be using the MySQL RDBMS product. Please note that the SQL language is 95% the same on all RDBMS products, with minor syntactical differences. Meaning that the SQL we will learn with MySQL in this course will be applicable to other RDBMS products like SQL Server, Oracle, PostgreSQL, etc.

TARGET AUDIENCE

[Absolute Beginners]

This course targets complete newbies. Absolutes beginners in database management and SQL. We'll go through the general concept about database, install MySQL database server and all necessary developer toolings.

WHAT YOU WILL LEARN

  • Writing simple and complex queries (including joins & subqueries )
  • Understand and implement data modeling
  • Views for reports
  • Functions
  • Stored procedures
  • Triggers and events
  • Transactions and data concurrency
  • Indexing for performance
  • User accounts management and database security

COURSE OUTLINE

  • Getting Started
    • Overview of SQL
    • Install MySQL and the Workbench tool
    • Create a database and write your first query
  • Getting Data from a Single Table
    • The SELECT statement
    • The SELECT with WHERE clause
    • AND, OR & NOT operators
    • IN operator
    • BETWEEN operator
    • LIKE operator
    • ORDER BY clause
    • LIMIT clause
  • Getting Data from Multiple Tables
    • Inner join
    • Self join
    • Implicit join
    • Outer join
    • Self Outer join
    • The USING clause
    • Natural join
    • Cross join
  • Insert, Update and Delete Data
    • Insert a row
    • Insert Multiple rows
    • Updating a row
    • Updating Multiple rows
    • Using Subqueries to Update
    • Deleting rows
    • Restoring the database
  • Summarizing Data
    • Aggregate function
    • The GROUP BY clause
    • The HAVING clause
    • The ROLLUP operator
  • Views
    • Creating views
    • Droping or Altering views
    • Updatable views
  • Stored Procedures
    • Stored Procedure Overview
    • Creating a Stored Procedure
    • Dropping a Stored Procedure
    • Parameters
    • Parameters with default values
    • Output Parameters
    • Variables
    • Functions
  • Triggers
    • Viewing triggers
    • Dropping triggers
    • Triggers events
  • Database Designs
    • What is database design ?
    • Data modeling
    • Primary and foreign keys
    • Foreign keys constraints
    • Normalization
    • First, second and third normal forms
  • Indexing for Performance
    • Indexes overview
    • Creating indexes
    • Viewing indexes
    • Composite indexes
    • Order of columns in composite indexes

Students' Testimonials

5-star testimonial Emeka Mbachu
[fullstack development]

If you want to become a software engineer, or master the art of software development. Anchorsoft has experienced tutors that made me enjoy learning software development especially python.

5-star testimonial Chidinma Molokwu
[fullstack development]

Anchorsoft is a great academy to learn programming. The teachers are highly invested in their classes and ensure to carry everyone along. Even if you are a beginner with no knowledge at all, you will be taught with patience and at your speed(fast or slow).