.numpy-table {
font-family: arial, sans-serif;
border-collapse: collapse;
border: 1px solid #5fb962;
width: 100%;
}
.numpy-table td, th {
background-color: #c6ebd9;
border: 1px solid...
Share
Relational Algebra is procedural query language, which takes Relation as input and generate relation as output. Relational algebra mainly provides theoretical foundat...
Share
Basics of Relational model: Relational Model
Relational Algebra is a procedural query language which takes relations as an input and returns relation as an output. Th...
Share
In this article, Lets discuss common types of questions in relational algebra which are asked in GATE. Before reading this article, you should have idea about Basic O...
Share
In this article, Lets discuss common types of questions in relational algebra which are asked in GATE. Before reading this article, you should have idea about Basic O...
Share
Basic idea about  relational model and basic operators in Relational Algebra:
Relational Model
Basic Operators in Relational Algebra
Extended operators are those...
Share
Switching algebra is also known as Boolean Algebra. It is used to analyze digital gates and circuits It is logic to perform mathematical operation on binary numbers ...
Share
Algebraic Structure
A non empty set S is called an algebraic structure w.r.t binary operation (*) if it follows following axioms:
Closure:(a*b) belongs to S for all...
Share
Given an algebraic expression of the form (x1 + x2 + x3 + . . . + xn) * (y1 + y2 + . . . + ym) and
(n + m) integers. Find the maximum and minimum value of the express...
Share
Simplify a given algebraic string of characters, ‘+’, ‘-‘ operators and parentheses. Output the simplified string without parentheses.
Exa...
Share