What is the Difference Between Permitted and Granted?

🆚 Go to Comparative Table 🆚

The words "permitted" and "granted" are often used interchangeably, but they have subtle differences in their meanings and usage. Here are the main distinctions between the two:

  • Source: The word "permitted" comes from the verb "permitted," while "granted" comes from the verb "grant".
  • Meaning: Both words generally convey the idea of allowing or giving something, but "granted" is derived from its noun form "grant" and is used in the sense of 'give'.
  • Prepositions: "Granted" is often followed by the preposition "by" and sometimes by "of." On the other hand, "permitted" is often followed by "by" and sometimes by "to".
  • Usage in Context: "Permitted" is used to allow someone to do something, as in "She was permitted to leave early." In contrast, "granted" is used to give someone something, as in "He was granted leave for two days by the Principal".

In summary, both "permitted" and "granted" can be used to convey the idea of allowing or giving something, but "granted" has a stronger sense of giving, while "permitted" is more focused on enabling someone to do something. The choice between the two words may depend on the context and the specific prepositions used in the sentence.

Comparative Table: Permitted vs Granted

The difference between permitted and granted can be understood in the context of privileges or permissions in a database system.

  • Permitted: This refers to the access or actions allowed to a user or entity based on their existing privileges or permissions. For example, if a user has the permission to create a table, they can create a table in their own schema based on the allowed actions.

  • Granted: This refers to the act of giving or assigning privileges or permissions to a user or entity. For instance, a database administrator can grant a user the permission to create a table within a specific schema.

To summarize the difference between permitted and granted:

Permitted Granted
Refers to the access or actions allowed based on existing privileges or permissions Refers to the act of assigning privileges or permissions to a user or entity
User can create a table in their own schema with the CREATE TABLE privilege Database administrator can grant a user the permission to create a table within a specific schema

Keep in mind that the concepts of permitted and granted are not exclusive to database systems; they can also be applied to various other contexts, such as access control or resource allocation.