Computer Science, asked by ritujain551, 5 months ago

Write a query to find the first person in the table

Answers

Answered by PSouL
1

Answer:

SELECT FIRST(column_name) FROM table_name;

Note: The FIRST() function is only supported in MS Access.

Explanation:

Similar questions