The correct option is E Bind variables
The bind variable is placeholders for literal values or an alternative way to sent data to the database. Instead of putting the values directly into the SQL statement, you just use a placeholder like?,: name or @name.