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
What are the transaction properties?
What is meant by referential integrity?
A trigger can reference objects outside the current database? State true or false.
You want to use a perspective in an mdx query. How do you select the perspective?
What is tempdb in sql server?
What are the limitations in ssrs on sql server express edition?
What is SQL Azure?
Explain following error properties?
What is bit data type? What's the information that can be stored inside a bit column?
What is a group function explain with an example?
How to loop through result set objects using mssql_fetch_array()?
Why people hate cursor?
What happens if date-only values are provided as date and time literals?
How to update multiple rows with one update statement in ms sql server?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration