What is a user role in oracle?
Answer / Chhaya Singh
"A user role in Oracle is a collection of privileges that can be granted to users, allowing them to perform specific tasks without granting them direct access to the underlying objects. It helps manage database security and reduce administrative overhead."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the usage of control file in oracle?
What are the sql clauses supported in the link property sheet ?
17. Display the order number and average item cost for each order.
Will you be able to store pictures in the database?explain.
how to retrieve 1st and last row of table without using group functions??
What is an Index Segment ?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
How a database is related to tablespaces?
State and explain about oracle instance?
How to sort the query output in oracle?
how to find out second largest value in the table
Use of an integrity constraint is better to validate data. Explain