Answer Posted / hrindows@gmail.com
DCL is a short form for Data Control Language including commands which are concerned with User rights, permissions and other controls within the database system.
A list of queries for DCL:
GRANT
REVOKE
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is mysql slow query?
what is constraints?
How do I select a database in mysql?
How do I start mysql database?
What is csv?
What is mysqli_num?
How to create and drop view in mysql?
What is mysql server?
What language is used in mysql?
Write a query to create a database and a table?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...
What does do in mysql?
How can you make a database as your current database?
Can mysql handle big data?