Answer Posted / sapna
select,insert,update ,delete
| Is This Answer Correct ? | 41 Yes | 2 No |
Post New Answer View All Answers
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
Explain the working of sql privileges?
What are the different authentication modes in sql server?
What is an identity column in insert statements?
What is triggers in ms sql server?
What is a collation?
Mention the 3 ways to get a count of the number of records in a table.
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
Explain Geometry datatype in sql server 2008 with example
what is hash nonclustered index
How to use subqueries in the from clause in ms sql server?
How do we synchronize On-Premise SQL server with SQL Azure?
How is sql used in sql server?
explain different types of cursors? : Sql server database administration
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?