Give the syntax of Grant and Revoke commands?
Answer / monika
grant all on table_name to user_name;
Revoke all on table_name from user_name;
| Is This Answer Correct ? | 16 Yes | 2 No |
The structure of table view buyers is as follows: +----------------+-------------+------+-----+---------+----- -----------+ | Field | Type | Null | Key | Default | Extra | +----------------+-------------+------+-----+---------+----- -----------+ | user_pri_id | int(15) | | PRI | NULL | auto_increment | | userid | varchar(10) | YES | | NULL | | +----------------+-------------+------+-----+---------+----- -----------+ the value of user_pri_id the last row 2345 then What will happen in the following conditions? Condition1: Delete all the rows and insert another row then. What is the starting value for this auto incremented field user_pri_id , Condition2: Delete the last row(having the field value 2345) and insert another row then. What is the value for this auto incremented field user_pri_id
What is the difference between database and table?
What happens if null values are involved in expressions?
What is mysql database used for?
How internally data stores in MyISAM and INNODB table types?
What is procedural api?
Write a query to fetch duplicate records from a table using mysql?
Can you shard mysql?
What is mysqli_connect_error ()?
Why use stored procedures in mysql?
How do I download mysql?
What does tinyint mean?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)