adspace
What number sorts of privileges are accessible in sql?
Answer Posted / Kaushal Kishor Meena
SQL provides several types of privileges, including SELECT, INSERT, UPDATE, DELETE, and ALTER. These privileges determine the level of access users have to specific tables or objects within a database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
How raid can influence database performance?
List out the different types of locks available in sql server?
Equi join and non equi join is possible with sql server?
How to provide default values to function parameters?
what is the difference between openrowset and openquery?
Why use identity in sql server?
What is a coalesce function?
Can one drop a column from a table?
Can you index views?
List the ways in which dynamic sql can be executed?
Can sql servers link to other servers like oracle?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How efficient you are in oracle and SQL server?