Computer Science, asked by taibaazam, 1 month ago

what format is use to organize data in DBMS? give example.​

Answers

Answered by jahanvisharma2910200
2

Answer:

Follow these steps to decide how to organize your data into tables:

  • Name your database.
  • Identify the objects.
  • Define and name a table for each object.
  • Identify the attributes for each object.
  • Define and name columns for each separate attribute that you identify in Step 4.
  • Identify the primary key.
Answered by Anayjangir
1

Answer:

Hi here to help.

Explanation:

A database model is a type of data model that determines the logical structure of a database and fundamentally determines in which manner data can be stored, organized and manipulated. The most popular example of a database model is the relational model, which uses a table-based format.

Example:Common logical data models for databases include:

   Hierarchical database model

   It is the oldest form of data base model. It was developed by IBM for IMS (information Management System). It is a set of organized data in tree structure. DB record is a tree consisting of many groups called segments. It uses one to many relationships. The data access is also predictable.

  •    Network model
  •    Relational model
  •    Entity–relationship model
  •     Enhanced entity–relationship model
  •    Object model
  •    Document model
  •    Entity–attribute–value model
  •    Star schema

Hope it helps pls mark as brainliest.

Similar questions