In the SQL statement: SELECT [Name] FROM MSysObjects WHERE [TYPE]=5 AND Left([Name],1)<>"˜ ORDER BY[NAME]; what does [TYPE]=5 indicate?

A. the statement is selecting query objects in an Access system table
B. the statement would like to display only 5 names
C. the statement is selecting table objects in an Access system table
D. the statement will select records in groups of 5


Answer: A

Computer Science & Information Technology

You might also like to view...

A FileStream object can throw a(n) ________ if an attempt is made to open a file that does not exist.

a) NoFileException b) FileNotFoundException c) OpenErrorException d) FileStreamException.

Computer Science & Information Technology

What memory feature enables the BIOS/UEFI to determine exact details about the memory module?

A) VCM B) STD C) ECC D) SPD

Computer Science & Information Technology

You want to determine whether your Linux workstation was able to get assigned an IP address from the DHCP server once you connected it to the network. Which of the following legacy commands might help you determine this?

A. dhcpaddr eth0 B. ifconfig eth0 C. ethconfig 0 D. netconfig eth0

Computer Science & Information Technology

A continuous section break does which of the following?

A. Moves the insertion point to the next column. B. Starts a new section on the next page. C. Starts a new section on the same page. D. Moves the insertion point to the next page.

Computer Science & Information Technology