PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What are the errors in the above query?

Remo works as a Database Designer for Tech Inc. He wants to create a table named Product. He
issues the following query to create the Product table:
CREATE Product (
ProductID Char (10) NOT NULL,
OrderID Char (10) NULL
ProductName Varchar NOT NULL,
Primary key (OrderID, ProductID))
What are the errors in the above query?
Each correct answer represents a complete solution. Choose two.

Which of the following actions will you perform to accomplish the task?

You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as
its application development platform. You create a Web application named Website1 using .NET

Framework 3.5. You enable tracing by editing the Web.config file of your application. You have
written the following code in Web.config:
<configuration>
<system.web>
<trace enabled=”true”
pageOutput=”true”>
</system.web>
</configuration>
You want to view the entire log of your application. Which of the following actions will you perform
to accomplish the task?