There is a table day_temp which has three columns dayid, day and temperature. How do I write a query to get the difference of temperature among each other for seven days of a week?
Related Questions
- There is a table day_temp which has three columns dayid, day and temperature. How do I write a query to get the difference of temperature among each other for seven days of a week?
- Suppose a customer table is having different columns like customer no, payments.What will be the query to select top three max payments?
- How write a SQL statement to query the result set and display row as columns and columns as row?