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.

SQL commands with examples in Oracle

SQL Commands with Examples in Oracle 

SQL Commands with Examples in Oracle is our topic in this post. Our idea in the post SQL Commands with Examples in Oracle is to give some hands on practice to readers of this post. 

SQL- STRUCTURED QUERY LANGUAGE


SQL commands with examples
sql commands with examples in oracle 

SQL stands for structured query language. SQL is a non procedural language. Non procedural languages are those languages in which stress is given on what to do, not on how to do. SQL is popular from last few decades. SQL is basically a tool for creating database objects, dropping database objects, tool for data manipulation operations.

Components of SQL


Based on various operations performed by SQL, it can be divided into following components



DDL Data definition Language
DML Data manipulation Language
DCL Data control Language
QL Query Language


DDL- Data definition Language

In Data definition Language part of SQL , new database objects can be created, existing data base objects can be dropped. We can also alter database objects in this part of SQL.

We can create a table in SQL using Create table command. By using Drop table command , existing table can be dropped. We can add new columns in existing tables using Alter Table command.

DML- Data manipulation Language

In Data manipulation Language, we can perform various data manipulation operations on database objects. We can insert records in the tables, we can delete records from database and we can update records of the tables. To insert new records or rows, Insert command can be used. For deletion of records from database tables, Delete command can be used. To update records of table, Update table command can be used.


DCL Data control Language


In Data control Language part of SQL, new users can be created. We can Grant privileges to the users and also can revoke privileges from the users. For creating new users, we can use Create User command can be used. For grating privileges to the users, Grant command can be used.


Transactions can also be controlled in this part of SQL. Transactions can be controlled using Rollback and commit commands of SQL.

QL- Query Language

 It is most popular components of SQL. In this component of SQL we can query from database objects. For querying, Select From Where clause can be used.



DDL Data definition Language


In Data definition Language part of SQL , new database objects can be created, existing data base objects can be dropped. We can also alter database objects in this part of SQL.

We can create a table in SQL using Create table command. By using Drop table command , existing table can be dropped. We can add new columns in existing tables using Alter Table command.

How to create a table in SQL

Create Table Command

We can create tables in SQL using Create table command of SQL. The general syntax of Create Table command is given below

Create table table_name( colum1 specification, colum2 specification, …);


Lets us create a table named employee, let this table have three columns namely ecode, ename and ecity.

ecode for employee code- specification is char(4)

ename for employee name- specification is varchar2(20)

ecity for employee city- specification is varchar2(20)



SQL> Create table employee( ecode char(4),ename varchar2(20), ecity varchar2(2));


This will create table employee in database. In this way you can create any table

How to Drop a table in SQL

Drop Table Command


We can drop an existing table in SQL, by using Drop Table Command.


The general syntax of Drop Table command is as given below

DROP Table Table_Name;

Suppose we have table named employee in database, we can drop this table as

SQL> Drop table employee;

This will drop employee table from the database.

How to alter a table in SQL

Alter Table Command

A table in SQL can be altered by using alter table command. By using  alter table command , we can add new columns to an existing table. We can also change specification of the existing columns of a table using Alter Table command.

Adding New Columns using Alter Table command.

To add new columns in an existing table, we can use add option.

The general syntax is given below:

Alter table tablename add( new column specification);

Suppose we want to add zipcode column in employee table.

SQL>Alter table employee add(zipcode number(10));

This will add a new column zipcode to employee table.

Modifying existing columns of a table

To modify specification of existing columns of a table ,we can use modify option with alter table command.
The general syntax for modifying existing columns is given below

Alter table tablename modify( column new_specification);

Suppose we wants to chamge filed width of ecode column from 4 to 6.
SQL>Alter Table employee modify( ecode char(6));

Note: Be careful while changing column specifications 


Best holiday Destinations

Best Holiday Destinations

Everyone want to know about best holiday destination. There could be so many reasons for searching best holiday destinations. One of the reason could be that everyone want to enjoy his holidays at best place so that he will get more relaxation of body and mind.

Best Holiday Destinations in may 2015
Best Holiday Destinations


As the time of vacation is ahead, everyone is planning for Holidays. Few are planning for a family holidays, few are planning with friends. Everyone have some destination in his mind. Always there are some pros and cons with everything, similar is the case of holidays.


Why Holidays are Important

Holidays have great impact on everyone's life. Holidays boosts our energy levels when we get tired by our regular routine work.Sometimes rest on weekend is enough for this but sometimes we need some long period for holidays, specially when we make our program for outings. These outings could be to a hill station or at some relatives. During holidays everyone feels relax. 
 Holiday Destinations

Why Holidays are Important for Students


School students also needs holidays because of many reasons. They also get tired because of regular school work, assignments,projects, , presentations, tuitions etc. The holiday on weekend is necessary for them. On this one or two days weekend holidays ,they can complete their pending home works, pending assignments, pending projects. Students also need long holidays of 4 to 6 weeks in a year, this is necessary for their overall personality development,  and during this period they used to visit their grand parents They learn family values, moral values during this period. Spending time with their grand parents and other relatives also improves their personality.
Holiday Destinations
Best Holiday Destinations

Why holidays are Important for Employees

The holidays are equally important for employees too. After a tiring schedule, sales goals etc employees too need holidays. It could a family outing or friends get together. Holidays make them feel fresh and make them ready for next job challenges.

Why holidays are Important for Health

This is also another aspect of holidays. For the sake of good health , holidays are must. Holidays specially trips to hill stations give peace of mind.

Holidays are not Important

Best Holiday Destinations

Package holidays

Top holiday destinations 2015

Best holiday destination in the world

Best holiday destinations in June

Best holiday destinations in June 2015



Summer Internship 2015

Summer Internship 2015

 INTERNSHIP
Summer Internship

Summer Internship 2015

Summer Internship provides more practical exposure to Interns. Summer Internship can be considered as an opportunity to potential employees by an employer. These employees are called interns. Internships could be from one week to 12 months. Internship could be part time or full time.

            The basic idea of internship is to provide real world experience to those who wants to gain or explore relevant experience, knowledge and skills required to go into a particular field.   Internship are of short time period with in the main focus on setting on job training. It is more practical approach than regular class room teachings.

             Companies provide a supervisor to interns. It is the task of supervisor to assign tasks to interns and evaluate their work.

Internship for Whom

INTERNSHIP
SUMMER INTERNSHIP
              High school as well as college students can go for internship program. It is also beneficial for those who wants to change their career path.

              Internship is basically a tool for students to check their interest in particular industry or particular work. In internship candidates gain experiences and learn their work in real industrial environment. Interns learn from skilled person of industry and in return they could agree to work for a length of time.

               After completion of internship, the interns are not bound to work for that employer. Some industries pays to interns but on the other hand many of them don’t pay. In some internship program the interns gets college credits.

              Some internship program are just to give industrial experience is candidates, while others are also for research in scientific fields. In the end of internship employment is not guaranteed.

The Main Thing

Sometimes candidates are confused about which career to choose, or in a particular career which option is better for him/ her. Internship helps a candidate to have hands on experience before actually entering that field. Sometimes parents, friends or co-workers  suggest some fields of work, but we are not sure for success in that fields, by going through internships one can also check his capabilities and interests in that fields.
            Internship provides a candidate a period of practical experience. This experience will be of more help in his future jobs selections.

What is the role of Interns

INTERNSHIP
SUMMER INTERNSHIP

Basically interns works for an employer on temporary basis. Interns are learners, they are not expected for any type of economical growth of the company.

What companies get

Many companies are offering internship programs, now the question is what they are getting. Internships are beneficial for candidates, then what company will get. There are basically two type of benefits the companies get when they provide internship program.

They get workers for low level office works like photocopying, report drafting and office management works, on a long run, the companies tests candidates, when they are interns. 

Many companies prefer candidates who are ex-interns at their companies the main advantage in this, is the are placing candidates who are already familiar with their company work.

Payment to Interns

Few internships are unpaid and few of them are paid internships, in case of non-profit organization the internships are unpaid and in engineering, legal and other business organization, internships are paid.

THE BIG QUESTION?

How to get Internship

INTERNSHIP
SUMMER INTERNSHIP

To get internship it is required that the candidates himself/ herself have to visit companies for interviews, and they have to impress employers to get internship at their organizations.

It is not compulsory for a company to recruit their interns after completion of their internship programs, but many companies prefer their interns to be their permanent employees. 

For internships one can consult career counselors. One can directly discuss about this with college faculty members. One can also check classifieds in leading news papers. This is the time of internet, one can easily check it on Google and other search engines.   



Top 101 C Language Popular Programs


Top 101 C Language Popular Programs



C language popular programs can not be counted on fingers.It is difficult to make list of C language popular programs .We have picked few C language popular programs in this post.   

C language is not so much popular in industry, but still is has a strong impact on placement of candidates in software and electronics industries. Many companies are asking C language programs in their written tests for analyzing the technical skill of candidates. C language is also a part of various courses in B.tech as well as Diploma level.

                                                  In this post we have tried to mention all those programs that are asked by industry people as well as that are performed in Labs of Engineering colleges and polytechnics. We will update this list from time to time. This is an initial list and can not be completed as their is no count on number of programs.

We will appreciate if the viewers of this post share this post with all that are in the technical field weather in industry or technical study.










Famous C language programs
C PROGRAMS

Write a program to print Hello message
Write a program to swap two numbers
Write a program to calculate area of a circle
Write a program to convert Fahrenheit temperature into Celsius
Write a program calculate simple interest
Write a program to calculate perimeter of a circle
Write a program to fine greater out of two numbers
Write a program to find a number is even or odd









Famous C language programs
C Programs

Write a program to find a number is prime or not
Write a program to find a number is Armstrong or not
Write a program to print roots of a quadratic equation
Write a program to find greatest out of three numbers
Write a program to print table of a number
Write a program to calculate factorial of a number
Write a program to print first ten natural numbers









Famous C language programs
C Programs

Write a program to print first five odd  numbers
Write a program to print prime numbers between 100 and 200
Write a program to print Fibonacci sequence
Write a program to print the sum of the series
1 + 2+ 3 …n terms

Write a program to print the sum of the series
1 + 3+5  …n terms
Write a program to print the sum of the series
2+ 4 + 6 …n terms

Write a program to print the sum of the series
1 -2+ 3-4 …n terms
Write a program to sum the digits of a number
Write a program to print first and last digits of a number
Write a program to search an element in a list of elements using sequential search
Write a program to search an element in a list of elements using binary search
Write a program to sort a list of elements using bubble sort in ascending order
Write a program to sort a list of elements using insertion sort in ascending order
Write a program to sort a list of elements using selection sort in ascending order
Write a program to sort a list of elements using quick sort sort in ascending order
Write a program to sort a list of elements using heap sort in ascending order
Write a program to sort a list of elements using radix sort in ascending order
Write a program to print a two dimensional array in matrix form
Write a program to print transpose of a matrix.









Famous C language programs
C programs

Write a program to add two matrices
Write a program to multiply two matrices
Write a program  to make diagonal elements as zero of a 3x3 matrix
Write a program to calculate factorial of a number using recursive functions
Write a program to calculate factorial of a number using recursion










Famous C language programs
C programs


Write a program to print address of an element stored in memory
Write a program to read a file from hard disk.