Problem Description

From Orders, return order_id and order_year.

Input Format

SQL query

Output Format

Result set

Sample Test Case

Input:
Orders(order_id, order_date)
Output:
Rows with year

Constraints

Use EXTRACT

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next