Pages

Brief About Database Management System (Part - 2)

DBMS Part 2


  Here is the part 2 of DBMS. If you not yet read part 1, click here to read.

  Multi-valued Attributes
Attributes that have more than one value called "Multi -valued attributes ".

We can graphically represent Multi-valued attributes in ER-Diagram like following,

How to create class in C++

Class In C++


     Today i am going to explain you how to create class using c++ programming language. First of all, what is the meaning of Class? why we need classes? Class is a user defined type or data structure declare with keyword class that has DATA and FUNCTIONS(Methods). Class is a kind of structure. We can develop new data types using classes.

How to set Microsoft SQL server 2012 in First Time

Microsoft SQL Server - 2012 HELPS for beginners


Its is little bit hard to set things in SQL in First Time. Because you are the beginner for this software. Today i came up with new tutorial to explain step by steps How to set MS SQL server 2012 and restore your own database into it.