This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Tuesday, June 4, 2013

UP Board results - UP Board 12th results - 10th and 12th results of UP BOARD

      UP Board Results:   

                                                                           UP Board results is a very important of UP Board student.
and see the results in this site.



About Uttar Pradesh (UP) Board
The board was founded in the year 1921, and it is very good workink of up board results and held their first examination in the year 1923.The UP Board has been the first in the country to have adopted the 10+2 system.

UP board is at the moment head quartered in Allahabad and has four regional offices in Meerut, Varanasi, Bareilly and Allahabad. - See more at: http://www.jagranjosh.com/results/up-board-result-2013-i3000#sthash.TNj1LSgP.dpuf

Monday, June 3, 2013

SQL Create data base - Create data base in SQL - SQL create Index

                 Create a data base in SQL:

                                                                                           Create a new data base in SQL is not a hard work it is a very easy.Create a new data and many files used to store data base from the detached file.


Syntex: 
              create database database_name;

Example: 
                 may be data base name is my_database.and this is example through  that
                                   create database my_database;

but table syntex is diffrent is given bellow.

Syntex for table:
                             create table table_name
                             (
                              column name1 type;
                              column name2 type;
                              ................................
                             )