adspace
Answer Posted / Alka
A parameterized query is a SQL query that uses placeholders for values that will be supplied at runtime. Parameterized queries are used to prevent SQL injection attacks by ensuring that user-supplied input is sanitized and escaped before being inserted into the query. Parameterized queries also improve performance because they can reuse execution plans across multiple queries with different parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I remove duplicates in two columns?
what is collation? : Sql dba
how to start mysql server? : Sql dba
Can delete statement be rollbacked?
what is dbms? : Sql dba
What is the best sql course?
Is primary key always clustered index?
what are the advantages of sql ? : Sql dba
Can we rollback truncate?
how many tables will create when we create table, what are they? : Sql dba
Does group by remove duplicates?
what are all the common sql function? : Sql dba
how to escape special characters in sql statements? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
If a cursor is open, how can we find in a pl/sql block?