What is Embedded SQL? (Embedded Data Manipulation Language)
Embedded SQL is a technique for combining SQL's database manipulation capabilities with the computing power of a programming language. SQL statements written inline with the host language's program source code are known as embedded SQL statements.