Relational Model - DBMS

January 22, 2016    

Hi Folks, 
Continuing with DBMS, we'll take up relational model today. Previous article on ER model can be found here ER Model.
rdbms
Any query- shoot it in comments section!

Relational Model

Some important points to note here about attributes in a relation are as follows:
1. Each attribute of a relation has a name.
2. The set of allowed values for each attribute is called the domain of the attribute
3. Attribute values are required to be atomic i.e indivisible.  
4. Domain is said to be atomic if all its members are atomic.
5. The special value NULL is a member of every domain. 
6. A relation is a set of n tuples (a1, a2, a3...) where each attribute belongs to corresponding domain. 

Relational Algebra

The basic operators used in relational algebra are as follows:

1. SELECT

It is used to obtain a subset of the tuples of a relation that satisfy a select condition. The SELECT operator is denoted by symbol σ (sigma). The syntax for SELECT statement would be as follows:
Join 40,000+ readers and get free notes in your email

This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at http://ift.tt/jcXqJW.



Relational Model - DBMS 4.5 5 Yateendra sahu January 22, 2016 Hi Folks,  Continuing with DBMS, we'll take up relational model today. Previous article on ER model can be found here  ER Model . An...


Related Post:

  • Current Affairs for 20 November 2015
    Connect with me This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at http://ift.tt/jcXqJW. … Read More
  • English Language Practice Set for IBPS Clerk Prelims
    ANTONYMS 1. Profane: (a) Arrogant (b) Benign (c) Respectful     (d) Pious 2. Validate: (a) Legalize (b) Spurious (c) Authenticate     (d) Disprove 3. Amalgamate: (a) Generate (b) Repair (c) Materialize     (d)… Read More
  • Data Interpretation Set for IBPS Clerk Prelims
    Today we are sharing DI question with two graphs. Try to solve this and share your marks. Keep Practicing. Study the following graphs and answer the question based on them. DSJ = Dalal Street;                … Read More
  • Current Affairs Quiz - 20 November 2015
    Connect with me This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at http://ift.tt/jcXqJW. … Read More
  • Quadratic Equations Shortcuts with Examples
    An equation in which the highest power of the variable is 2 is called a quadratic equation.For example, the equation of the type ax2+bx+c=0 denotes a quadratic equation. There are many ways for solving a quadratic equations  but while in exa… Read More
Load comments

No comments:

Post a Comment