Database Management SQLite Objective
May 09, 2013

Which SQL statement finds the first page of sysgams"?

Choose the correct answer:
A) select first from sysobjects where id = object_id("sysgams")
B) select first from sysindexes where id = object_id("sysgams")
C) select first from syscolumns where id = object_id("sysgams")
D) select first from sysgams
Detailed Explanation

Option B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback