Mastering SQL: A Comprehensive Guide To Modules and Examples

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

MASTERING SQL: A

COMPREHENSIVE
GUIDE TO
MODULES AND
EXAMPLES
INTRODUCTION
SQL MODULES

In the module approach,


invocations to SQL are
made via libraries of
procedures, rather than via
preprocessing
SQL FUNDAMENTALS
Special standardized
interface: procedures/objects
Pass SQL strings from
language, presents result sets
in a language-friendly way
Supposedly DBMS-neutral a
"driver" traps the calls and
translates them into DBMS-
specific code . database can
be across a network 16 C.I.T
EXAMPLE MODULE BASED
Sun's JDBC: Java API Part of
the java.sql package
ADVANCED SQL TECHNIQUES

Take your SQL skills to the next level with


advanced techniques such as subqueries,
joins, and stored procedures. This module
will provide in-depth examples to
demonstrate the power of these advanced
SQL features.
Thanks!

You might also like