What is row_number () in sql?
How can we link a sql database to an existing android app?
What is a transaction?
check whether all the emp numbers are indeed unique.
tell us something about heap tables. : Sql dba
What is a constraint? Tell me about its various levels.
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
Is left join and outer join same?
How is a process of pl/sql compiled?
How do we accept inputs from user during runtime?
Can we use insert statement in function?
i have a table like this. i want to output like this c1 c2 c1 c2 1 10 1 10 2 20 2 30 3 30 3 60 4 40 4 100 5 5 5 105 c1 and c2 are columns in a table .i want output like this c2 values are 10,10+20,10+20+30,10+20+30+40.10+20+30+40+5. write a sql query.pls help this i want urgent.
2 Answers IBM, Loginworks, OFSS,
how can we know the number of days between two given dates using mysql? : Sql dba