Oracle SQL Practice Test
Oracle SQL Oracle SQL Advanced Features 3
What is a bind variable in Oracle SQL and why is it important?
Select your answer
A
A variable defined in a view
B
A placeholder in SQL that promotes cursor sharing and prevents hard parses
C
A constant value defined at database startup
D
A variable that binds two tables together
Hint