Answer Posted / pankaj kumar
SQL injection is something where an end user of an application is able to submit SQL queries through the user interface and end up running those queries, causing potential damage to the database.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to trace the traffic hitting a sql server? : Sql server database administration
but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration
Why use identity in sql server?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
How to create a view with data from multiple tables?
what's sql server? : Sql server database administration
Which is the best place or learning center for MS SQL?????In Bangladesh?????
Write a SQL query in order to merge two different columns into single column?
What is the process of normalising?
Mention what are the core components of ssrs?
How to edit table in sql server 2017?
What is format parameter in ssrs?
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
How to transfer data from a cursor to variables with a "fetch" statement?