what happens if you no create privilege in a database? : Sql dba



what happens if you no create privilege in a database? : Sql dba..

Answer / Lailit Kaumar

Without creating privileges in a database, users will not have the necessary access rights to perform operations such as select, insert, update, or delete on tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Is it possible to update views?

1 Answers  


Can we join tables without foreign key?

1 Answers  


What is the basic structure of PL/SQL ?

6 Answers  


25.67,-1 Trunc = 20 Round= 30 HOW????

2 Answers   Karrox,


What is bulk compiling in pl/sql.?

1 Answers   MCN Solutions,


What is count * in sql?

1 Answers  


How to access the current value and next value from a sequence?

6 Answers  


Is stored procedure faster than query?

1 Answers  


Is ms sql traffic encrypted?

1 Answers  


What is dialect in sql?

1 Answers  


Write a sql query to find the names of employees that begin with ‘a’?

1 Answers  


I have one table and column is c1 pk, c2 not null,c3 not null and 200 row in it and i add c4 column and value, how can is possible

9 Answers  


Categories