How is used the name attribute in logical data modeling?

Data System Architecture

How is used the name attribute in logical data modeling?

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
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 - 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