Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Question of the Day for 16 Dec 2005 Expand / Collapse
Author
Message
Posted Tuesday, December 13, 2005 12:05 PM
SSChampion

SSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampion

Group: General Forum Members
Last Login: Friday, May 18, 2007 3:36 PM
Points: 10,040, Visits: 1
Comments posted to this topic are about the Question of the Day for 16 Dec 2005 posted at http://www.sqlservercentral.com/testcenter/qod.asp?QuestionID=669.
Post #243903
Posted Tuesday, December 20, 2005 10:26 AM
SSC Rookie

SSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC Rookie

Group: General Forum Members
Last Login: Monday, May 06, 2013 9:43 PM
Points: 31, Visits: 78
Can someone explain it.
Post #245612
Posted Tuesday, December 20, 2005 10:38 AM


Keeper of the Duck

Keeper of the Duck

Group: Moderators
Last Login: Today @ 1:13 PM
Points: 6,584, Visits: 1,790
Create yourself two columns. The first for @x, the second for @y. Follow through the program logic as if you were SQL Server. Keep track of what gets printed to the screen and what the values of @x and @y are. You'll see why the answer is what it is.

K. Brian Kelley, CISA, MCSE, Security+, MVP - SQL Server
Regular Columnist (Security), SQLServerCentral.com
Author of Introduction to SQL Server: Basic Skills for Any SQL Server User
| Professional Development blog | Technical Blog | LinkedIn | Twitter
Post #245619
Posted Saturday, March 13, 2010 5:55 AM


SSCommitted

SSCommittedSSCommittedSSCommittedSSCommittedSSCommittedSSCommittedSSCommittedSSCommitted

Group: General Forum Members
Last Login: Today @ 7:51 AM
Points: 1,852, Visits: 986
when x is 0 then y =10
when x is 1 then y =9.33
when x is 2 then y =8.66
when x is 3 then y =7.99
when x is 4 then y =7.32
when x is 5 then y=6.65
when x is 6 then y=5.98

so it will print up to 0,1,2,3,4,5.Because for x=5 the condition is satisfied.


Malleswarareddy
I.T.Analyst
MCITP(70-451)
Post #882347
Posted Tuesday, November 20, 2012 3:16 AM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Sunday, May 19, 2013 11:16 PM
Points: 1,061, Visits: 1,151
good one...
Post #1386781
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse