Answer Posted / deepak kumar
SELECT sal FROM empORDER BY sal DESC LIMIT 2 , 1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can I make a script that can be bi-language (supports english, german)? : Sql dba
how is exception handling handled in mysql? : Sql dba
What are different types of triggers?
What is the unique index?
What are schema-level triggers?
How do I save a stored procedure?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Which constraints we can use while creating database in sql?
Does a user_objects view have an entry for a trigger?
What is cursor in pl sql with examples?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
Is sql port 1433 encrypted?
How to start oracle sql developer?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
What is parallel hint?