How Can You Define The Authorization Control In Centralized Database Environment?
say something about it?
1 Answer - Sort by: Date | Rating
The authorization control in a centralized database management system consists of the three components as:
1. object
2. user
3. operations
The user is that who use the application and perform the operations defined by that application. The objects are database components on which those operations are performed.
The authorization control checks and determines which users are allowed to perform which operations on which type of objects. Thus in the case of a centralized database environment the authorization constraints can be properly specified by defining the users, objects and access rights.
The user is identified by a used name and a password. The user name uniquely identifies a user in the system while the password is only known by that user. The users are authenticated by providing this pair (the user name and password) to the system.
The objects are actually the database subsets. In the context of relational database these objects may be defined either by type (like rows, columns, views etc) or by their contents.
A right actually determines a relationship between a user and an object to perform a particular set of operations. These rights can be assigned or revoked in SQL by using the following general syntax:GRANT ON
1. object
2. user
3. operations
The user is that who use the application and perform the operations defined by that application. The objects are database components on which those operations are performed.
The authorization control checks and determines which users are allowed to perform which operations on which type of objects. Thus in the case of a centralized database environment the authorization constraints can be properly specified by defining the users, objects and access rights.
The user is identified by a used name and a password. The user name uniquely identifies a user in the system while the password is only known by that user. The users are authenticated by providing this pair (the user name and password) to the system.
The objects are actually the database subsets. In the context of relational database these objects may be defined either by type (like rows, columns, views etc) or by their contents.
A right actually determines a relationship between a user and an object to perform a particular set of operations. These rights can be assigned or revoked in SQL by using the following general syntax:GRANT
0
0
- What Is A Flat File?
- What Is Data Integrity Problems?
- What Are The Accessing Methods?
- How Does A Model Look The Way She Does?
- Define Demerits Of Conventional File System?
- How Candidate Key Is Differ From Concatenated Key?
- Is Relational Model Logically Independent?
- Discuss The Relative Advantage Of Centralized And Distributed Databases?
- What Does Cdr/cdt Transaction Mean?
- How Do Accountants Use Databases?
- What Is The Database Component In Database Application?
- Define The Difference Between Logical And Physical Data Views?
- How Middleware Works Between Client And Server?
- What Is Table,cell,row And Columns In MS Word?
- What Are Some Errors In Using Database?
- An Sql Server Is Not An Operating System... why Are People Always Asking Exam Questions On This Site?
- What Is 4nf?
- What Is Hierarchical Communication?
- Q. How Many Types Of Anomalies Are There In A RDBMS?
- What Is Entity Integrity?
- What Is Integrity Constraints?
- What Is A Referential Anomaly?
- When Did Uganda Get Its Independence?
- Explain Any Two Advantages Of A Database Systems?
- Explain File Management Systems Using File-based Approach?

New Comment - Comments are editable for 5 min.