Question 9
Consider a relation shoe(model, price) which contains the models and prices of different shoes. If it is given that price of every shoe is different then what does the following SQL query list?
model of the fourth most costly shoe.
models of four most costly shoes.
model of the fourth least costly shoe.
models of four least costly shoes.