1.

What Is The Query To Fetch Last Record From The Student Table?

Answer»

SELECT * FROM Student ORDER by ID desc limit 1

SELECT * FROM Student order by id desc limit 1



Discussion

No Comment Found