please give me the answer for this:
query which generates the second highest integer in the table?
Answer Posted / hamza tariq
select marks from tablename order by marks desc limit 1,1
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
What are the other commands to know the structure of a table using mysql commands except explain command?
Does uninstalling mysql delete database?
Is mysql port 3306 tcp or udp?
What is mysql slow query?
What is join in mysql? What are the different types of join?
How to store values to array from mysql database in php?
How do you create a primary key?
What is default schema in mysql?
What is text in mysql?
Is mysql open source?
How we can create index in mysql?
Where’s database data actually stored?
How to display top 10 rows in mysql?
Which datatype is used for email in mysql?