Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how we can store the value like that 001,003,023 etc in sql
server 2005

Answer Posted / sathish kondaveeti

create table value(num int(3))
insert into value values(001)
insert into value values(003)
insert into value values(023)

to see this table
select * from value

Is This Answer Correct ?    0 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the diifferences between the ms sql server vs mysql?

1235


You want to implement the one-to-many relationship while designing tables. How would you do it?

996


What is the use of =,==,=== operators?

1057


Can we call stored procedure in view in sql server?

940


Explain the usage of floor function in sql server.

1019


What is buffer cash in sql server?

1204


Can two tables share the same primary key?

984


What are the different types of backups avaialabe in sql server 2005?

1062


How to use old values to define new values in update statements in ms sql server?

1330


Does group by sort data?

949


How will you know when statistics on a table are obsolete?

1129


How to execute a stored procedure in ms sql server?

1250


what types of replication are supported in sql server? : Sql server database administration

1129


What is sql language?

1230


what is bit datatype? : Sql server database administration

963