sql · SQL Basics
Which of the following statements is true about embedded SQL?
Answers
- Hard-coded SQL statements in a program language such as Java.
- The process of making an application capable of generating specific SQL code on the fly.
- Hard-coded SQL statements in a procedure.
- Hard-coded SQL statements in a trigger.
- Embedded SQL is applied for returning data that will be used in the main query as a condition.