Found 1719 Articles for Big Data Analytics

Explain the cardinality concept in DBMS?

Bhanu Priya
Updated on 03-Jul-2021 12:52:09

15K+ Views

In the view of databases, cardinality refers to the uniqueness of data values that are contained in a column. High cardinality is nothing but the column contains a large percentage of totally unique values. Low cardinality is nothing but the column which has a lot of “repeats” in its data range.Cardinality between the tables can be of type one-to-one, many-to-one or many-to-many.Mapping CardinalityIt is expressed as the number of entities to which another entity can be associated via a relationship set.For binary relationship set there are entity set A and B then the mapping cardinality can be one of the ... Read More

What are constraints on ER model in DBMS?

Bhanu Priya
Updated on 03-Jul-2021 12:50:28

19K+ Views

Constraints are used for modeling limitations on the relations between entities.There are two types of constraints on the Entity Relationship (ER) model −Mapping cardinality or cardinality ratio.Participation constraints.Mapping CardinalityIt is expressed as the number of entities to which another entity can be associated via a relationship set.For the binary relationship set there are entity set A and B then the mapping cardinality can be one of the following −One-to-oneOne-to-manyMany-to-oneMany-to-manyOne-to-one relationshipAn entity set A is associated with at most one entity in B and an entity in B is associated with at most one entity in A.One-to-many relationshipAn entity set A ... Read More

Differentiate between the three models on the basis of features and operations(DBMS)?

Bhanu Priya
Updated on 03-Jul-2021 12:48:17

6K+ Views

A database model is a logical structure of a database, which contains the relationships and constraints that determine about how data is stored and accessed. The individual database models are designed based on the rules and concepts. Most data models can be represented by an accompanying database diagram.Types of database modelsThere are so many database models, but most used database models are −Hierarchical database modelRelational modelNetwork modelObject-oriented database modelThe major differences between the hierarchical, network and the relational models are as follows −Hierarchical ModelNetwork ModelRelational ModelOne to many or one to one relationship.Allowed the network mode to support many to ... Read More

Explain the different categories of End Users in DBMS?

Bhanu Priya
Updated on 03-Jul-2021 12:47:21

7K+ Views

End users are going to perform various database operations like querying, updating and generating reports.The different types of end users are as follows −Casual end usersParametric end usersSophisticated end usersStandalone usersCasual end UsersThe casual end users access the database occasionally. Each time they access the database their request will change.They use sophisticated database query language to retrieve the data from the database.Example − High level managers who access the data weekly basis.Parametric end usersParametric end users spend most of their time in querying and updating the database using standard types of queries.They make up a large section of the end-user ... Read More

What are the User friendly interfaces provided by DBMS?

Bhanu Priya
Updated on 03-Jul-2021 12:46:24

6K+ Views

The different user-friendly interfaces provided by the database management system (DBMS) are as follows −Menu-Based interfaces.Forms-based interfaces.Graphical user interfaces.Natural language interfaces.Speech input and output interfaces.Interfaces for parametric users.Interfaces for the database administrator (DBA).User friendly interfacesLet’s discuss the user-friendly interfaces provided by the DBMS in detail.Menu-based interfacesThese interfaces contain the lists of options through which the user is able to send the request.The Pull-down menus are a very popular technique in web-based user interfaces.These types of interfaces are mainly used by the web browsing users and web clients.Forms-based interfacesThese types of interfaces are displaying a form to each user. The user ... Read More

What is a multimedia database (DBMS)?

Bhanu Priya
Updated on 03-Jul-2021 12:45:04

841 Views

Multimedia databases are the main source of interaction between users and multimedia elements.Multimedia storage is characterised by the following −Massive storage volumes.Large object sizes.Multiple related objects.Temporal requirements for retrieval.DBMS for Multimedia SystemsMultimedia applications are based on communications technologies, like electronic mail, the database system must be fully distributed.A number of databases storage choices are as follows −Extending the existing relational database management systems to support various objects for multimedia as binary objects.Extending Relational Database Management Systems (RDBMS) beyond basic binary objects to the concepts of inheritance and classes.RDBMSs support these features which provide extensions for object-programming front ends and/or C++ ... Read More

Explain the components of DBMS?

Bhanu Priya
Updated on 03-Jul-2021 12:44:15

6K+ Views

The database management system (DBMS) software is divided into several components. Each component will perform a specific operation. Some of the functions of the DBMS are supported by operating systems.The DBMS accepts the SQL commands that are generated from a variety of user interfaces, which produces a query evaluation plan, executes these plans against the database, and returns the answers.Let’s have a look on the major software components of DBMS with pictorial representation −ComponentsThe components of the DBMS are as follows −DBA − The Data Base Administrator (DBA) responsibility is to create the DBMS structure and have the ability to ... Read More

Explain the conversion of ER diagrams to tables in DBMS?

Bhanu Priya
Updated on 03-Jul-2021 12:28:52

19K+ Views

Entity relationship diagram is the graphical representation of entities and relationships among those entities in the database.ExampleConversion of ER diagrams to tablesFollow the steps given below for the conversion of the ER diagrams to tables in the database management system (DBMS) −Step 1 − Conversion of strong entitiesFor each strong entity create a separate table with the same name.Includes all attributes, if there is any composite attribute divided into simple attributes and has to be included.Ignore multivalued attributes at this stage.Select the p key for the table.Step 2 − Conversion of weak entityFor each weak entity create a separate table ... Read More

What are the components of ER diagrams in DBMS?

Bhanu Priya
Updated on 14-Sep-2023 13:15:44

30K+ Views

ER model stands for the Entity Relationship Model in the database management system (DBMS). It is the first step of designing to give the flow for a concept. It is the DFD (Data Flow Diagram) requirement of a company.It is the basic building block for relational models. Not that much training is required to design the database project. It is very easy to convert the E-R model into a relational table or to a normalized table.It is a high-level data model diagram that defines the conceptual view of the database. It acts as a blueprint to implement a database in ... Read More

What is an ER model in DBMS?

Bhanu Priya
Updated on 03-Jul-2021 12:25:55

9K+ Views

ER model stands for the Entity Relationship Model in the database management system (DBMS). It is the first step of designing to give the flow for a concept and is the DFD (Data Flow Diagram) requirement of a company.It is the basic building block for relational models. Not that much training is required to design the database project. It is very easy to convert the E-R model into relational tables or to normalize tables.It is a high-level data model diagram that defines the conceptual view of the database. It acts as a blueprint to implement a database in future.Features of ... Read More

Advertisements