Q. What is the need of "column Aliases" in "SELECT" clause?
β
Correct Answer: (D)
All of the mentioned
Explanation: Imagine you have a table called "products" with columns like "product_id", "product_name", and "price". You want to display the price of each product, but you want to call it "cost" in your results instead of "price".