Believing in yourself is first step of success.
All about the basics of DOT NET,OOPS,Objective C,IOS
Wednesday, 27 April 2011
Tuesday, 26 April 2011
Rename the existing table
Sp_rename current_name ,newname or Sp_rename 'current_name' ,'newname'
Monday, 25 April 2011
Add primary key with existing table
create database bossuse bosscreate table emp(emp_name varchar(30) not null,emp_id int ,emp_sal int)insert
into emp (emp_name,emp_id,emp_sal)values('titu',140,9000)ALTER TABLE emp ADD CONSTRAINT pk_emp_ID PRIMARY KEY(emp_name)
into emp (emp_name,emp_id,emp_sal)values('titu',140,9000)ALTER TABLE emp ADD CONSTRAINT pk_emp_ID PRIMARY KEY(emp_name)
Sunday, 24 April 2011
Moral
No one can do everything,
but every one can do something.
but every one can do something.
Saturday, 23 April 2011
Moral
Hi. Frinds
This is amit here wants share my knowledge as per my experience,
1.Education just like a water.
2.Failures is the piller of success.
This is amit here wants share my knowledge as per my experience,
1.Education just like a water.
2.Failures is the piller of success.
Subscribe to:
Posts (Atom)