Answer Posted / yogendra
select top 1 * from (select top 3 * from
cmdview_expertmaster order by expid) q order by expid desc
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is sql and also describe types of sql statements?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
What is a schema sql?
Explain the uses of control file.
what are the advantages and disadvantages of cascading style sheets? : Sql dba
What is the use of function "module procedure" in pl/sql?
When do we use triggers?
What are inner outer left and right joins in sql?
what is 'mysqld'? : Sql dba
how many sql dml commands are supported by 'mysql'? : Sql dba
What is union and union all keyword in sql?
What is data modelling in sql?
What is t sql used for?
explain normalization concept? : Sql dba
How delete all records from table in sql?