How to Generate a Series of Random Integers With T-SQL?



How to Generate a Series of Random Integers With T-SQL?..

Answer / laxman

using rand()

select rant()

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What types of integrity are enforced by a foreign-key constraint

1 Answers  


Describe in brief sql server monitoring ways.

0 Answers  


what is macro?

5 Answers   Excel, Global Innovation, Wipro,


Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?

0 Answers   Value Labs,


Do you know what is difference between stored procedure and user defined function?

0 Answers  






What are pessimistic lock and optimistic lock?

0 Answers  


CREATE a table from another table

2 Answers  


Explain the purpose of indexes?

0 Answers  


do views contain data ?

0 Answers   MCN Solutions,


How to read 2nd highest sal from EMP table?

5 Answers   IBM, TCS,


How to copy the tables, schema and views from one sql server to another?

0 Answers  


What are the aggregate and scalar functions?

0 Answers  


Categories