Alex Onsman has Published 203 Articles

Comparison between E-R Model and Object Oriented Model

Alex Onsman

Alex Onsman

Updated on 19-Jun-2020 09:49:05

6K+ Views

The detailed comparison on the E- R model and Object Oriented Model is given as follows −E-R ModelER model is used to represent real life scenarios as entities. The properties of these entities are their attributes in the ER diagram and their connections are shown in the form of relationships. An ... Read More

Representation of class hierarchy in DBMS

Alex Onsman

Alex Onsman

Updated on 19-Jun-2020 09:42:14

5K+ Views

Class hierarchy can be viewed one of two waysSpecialization (Top Down Approach)Generalization (Bottom Up Approach)SpecializationSpecialization is a process of identifying subsets of an entity that shares different characteristics. It breaks an entity into multiple entities from higher level (super class) to lower level (subclass). The class vehicle can be specialized into ... Read More

Moving Object Databases

Alex Onsman

Alex Onsman

Updated on 19-Jun-2020 09:26:24

689 Views

Moving objects are those whose position changes frequently over a period of time. Conventional databases don't know how to handle this scenario, as they assume the data objects are stationaryIn this case, we use moving object databases. These databases can store information about moving objects and allow querying on them.For ... Read More

Mandatory and optional Participation

Alex Onsman

Alex Onsman

Updated on 19-Jun-2020 09:21:42

4K+ Views

Mandatory and optional participation are observed in E-R models between 2 different entities.Mandatory ParticipationIn the mandatory participation, for every instance of entity A, there must exist an instance of entity B and vice versa.An example of Mandatory participation would be relationship between mother and child. The child entity would exist ... Read More

Examples of E-R model

Alex Onsman

Alex Onsman

Updated on 19-Jun-2020 09:06:54

12K+ Views

ER model is used to represent real life scenarios as entities. The properties of these entities are their attributes in the ER diagram and their connections are shown in the form of relationships.Some examples of ER model are −Hospital ER ModelThis is an ER model of a Hospital. The entities ... Read More

Bootstrap 4 .flex-wrap class

Alex Onsman

Alex Onsman

Updated on 18-Jun-2020 14:29:50

2K+ Views

Use the flex-wrap class in Bootstrap 4 to wrap flex items. The following is the code snippet to wrap the flex items −   .   .  

Bootstrap 4 .rounded-bottom class

Alex Onsman

Alex Onsman

Updated on 18-Jun-2020 14:27:57

245 Views

To set an element to have rounded corner, use the rounded-bottom class in Bootstrap 4.Set the rounded-bottom class −In the above , I have also set another class for styling the element −.demo {   width: 100px;   height: 120px;   margin: 10px;   background-color: orange; }You can try to ... Read More

Align an element with the baseline of the parent in Bootstrap 4

Alex Onsman

Alex Onsman

Updated on 18-Jun-2020 14:25:44

104 Views

Use the align-baseline class in Bootstrap 4 to align an element with the baseline of the parent elment.Set the align-baselinec class like the following code snippet −Now add the content inside it −     Demo Baseline You can try to run the following code to align an element with ... Read More

Align single rows of items in the center on different screens in Bootstrap 4

Alex Onsman

Alex Onsman

Updated on 18-Jun-2020 14:22:50

114 Views

Use .align-items-*-center class in Bootstrap 4 to align single rows of items in the center on different screens      .Let us see how to align flex items on a single row in the center of small, medium, and large screen sizes −Align on Small Screen Size in the center ... Read More

Bootstrap 4 .justify-content-*-start class

Alex Onsman

Alex Onsman

Updated on 18-Jun-2020 12:24:56

184 Views

Use the justify-content-start class in Bootstrap to justify content in the beginning.The justify-content-*-start class is used in Bootstrap to justify content in the beginning on different screen sizes like the following on small, medium, and large screen sizes −You can try to run the following code to implement the justify-content-*-start ... Read More

Previous 1 ... 3 4 5 6 7 ... 21 Next
Advertisements