Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Synonym_(database)> ?p ?o. }
Showing items 1 to 32 of
32
with 100 items per page.
- Synonym_(database) abstract "A synonym is an alias or alternate name for a table, view, sequence, or other schema object. They are used mainly to make it easy for users to access database objects owned by other users. They hide the underlying object's identity and make it harder for a malicious program or user to target the underlying object. Because a synonym is just an alternate name for an object, it requires no storage other than its definition. When an application uses a synonym, the DBMS forwards the request to the synonym's underlying base object. By coding your programs to use synonyms instead of database object names, you insulate yourself from any changes in the name, ownership, or object locations. If you frequently refer to a database object that has a long name, you might appreciate being able to refer to it with a shorter name without having to rename it and alter the code referring to it.Synonyms are very powerful from the point of view of allowing users access to objects that do not lie within their schema. All synonyms have to be created explicitly with the CREATE SYNONYM command and the underlying objects can be located in the same database or in other databases that are connected by database links[clarify].There are two major uses of synonyms: Object invisibility: Synonyms can be created to keep the original object hidden from the user. Location invisibility: Synonyms can be created as aliases for tables and other objects that are not part of the local database.When you create a table or a procedure, it is created in your schema, and other users can access it only by using your schema name as a prefix to the object's name. The way around for this is for the schema owner creates a synonym with the same name as the table name.".
- Synonym_(database) wikiPageID "25753044".
- Synonym_(database) wikiPageRevisionID "605785253".
- Synonym_(database) hasPhotoCollection Synonym_(database).
- Synonym_(database) subject Category:Data_modeling.
- Synonym_(database) subject Category:Data_structures.
- Synonym_(database) subject Category:Database_management_systems.
- Synonym_(database) subject Category:Databases.
- Synonym_(database) subject Category:Relational_model.
- Synonym_(database) type Abstraction100002137.
- Synonym_(database) type Arrangement105726596.
- Synonym_(database) type Code106355894.
- Synonym_(database) type CodingSystem106353757.
- Synonym_(database) type Cognition100023271.
- Synonym_(database) type Communication100033020.
- Synonym_(database) type DataStructure105728493.
- Synonym_(database) type DataStructures.
- Synonym_(database) type DatabaseManagementSystem106588785.
- Synonym_(database) type DatabaseManagementSystems.
- Synonym_(database) type PsychologicalFeature100023100.
- Synonym_(database) type Software106566077.
- Synonym_(database) type Structure105726345.
- Synonym_(database) type Writing106359877.
- Synonym_(database) type WrittenCommunication106349220.
- Synonym_(database) comment "A synonym is an alias or alternate name for a table, view, sequence, or other schema object. They are used mainly to make it easy for users to access database objects owned by other users. They hide the underlying object's identity and make it harder for a malicious program or user to target the underlying object. Because a synonym is just an alternate name for an object, it requires no storage other than its definition.".
- Synonym_(database) label "Synonym (database)".
- Synonym_(database) sameAs m.09v3kdm.
- Synonym_(database) sameAs Q7662595.
- Synonym_(database) sameAs Q7662595.
- Synonym_(database) sameAs Synonym_(database).
- Synonym_(database) wasDerivedFrom Synonym_(database)?oldid=605785253.
- Synonym_(database) isPrimaryTopicOf Synonym_(database).