How is used the name attribute in logical data modeling?

Data System Architecture

About

A name is a label attribute of an primary element.

It's an identifier that specifies a unique key in a specific scope called a namespace.

Example

  • the name of file is unique in a directory.
  • the name of a variable is unique in its local scope (ie function, block).
  • an url is unique on the internet.

Fixed-length identifier

If your name is too long, you can create fixed length unique identifier with the version 3 and 5 of UUID

Format

The URN (uniform resource name) is a format name specification but the name does not need to follow any specification as long as it's unique in its namespace.





Discover More
Alter Table Railroad Sqlite
How to alter a table structure with SQLite?

The alter statement of SQLite is pretty limited. This page shows you: what you can do and can't do with an alter table statement how to modify the structure of your table You can: rename a table...
Sqlite Banner
How to create or add a Primary Key to a Sqlite Table

This article shows you how to add, create or modify a SQL primary key constraint The following schemas are logically equivalent because the primary keys are implemented by creating a unique index...
Devtool Chrome Event Listener
How to create your own custom event type (Javascript, DOM)?

This page shows you how you can create your own event type. : In this step, we create the HTML and the code that will be called when the event is fired/dispatched. This utility function is used...
LDAP - Common name (CN) (eg your name)

The common name (CN) attribute refers to the name of an entry (ie the individual (entity|object) name) for whom/which you are querying. It contains the DisplayName field. The CN is also just known as...
Single Letter Name
Language - Name (Program Entity)

Name in a language code A name is a property of a program entity. The name permits to: refer to a variable, type, statement or to call a function (ie run) Tip: This is not a one.
Data System Architecture
Logical Data Modeling - Classifier (Label, Class, Tag) - Descriptif Attribute

A label is an attribute that describes its entity or relationship with nominal data. A label is also known as: a tag a class or just a nominal attribute a classifier a group a category Classifiers...
Data System Architecture
Logical Data Modeling - Global Identifier (Fully Qualified Name, Canonical Form)

A global identifier identify uniquely a primary element (entity or relationship) in the global scope It's also generally known as: the fully qualified id the fully qualified name the canonical...
Data System Architecture
Logical Data Modeling - Id attribute

An id is an label attribute with a numeric representation that identify uniquely an entity or a relationship in a local scope. name If the id attribute is chosen as the local identifier, it will be:...
Data System Architecture
Logical Data Modeling - Namespace (Hierarchical Entity Organization)

A namespace: is a space for a name is an element that contains a set of named element (ie element that can be identified by name) is a hierarchy relationship (tree) that provides organization capability...
Data System Architecture
Logical Data Modeling - Primary Key (Id, Name)

A Primary Key is a key that identify indefinitely uniquely an element: entity or a in their local scope. It's a part of the fully qualified identifier. A real primary key is immutable as...



Share this page:
Follow us:
Task Runner