This is theory test for advance sql server 2005. It is good for you and I.
Rowa
Columns
Parameters
Values
Variables
Rate this question:
Typed XML data
Untyped XML data
Rate this question:
CREATE TABLE student( ID varchar(20) not null, Address xml (CONTENT studentAddress) null, Class xml )
CREATE TABLE student( ID varchar(20) not null, Address xml null, Class xml not null )
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Query();
Value();
Nodes();
Modify();
Rate this question:
Value()
Data()
Query()
Nodes()
Rate this question:
Modify
Nodes
Query
Rate this question:
Modify
Exist
Query
Rate this question:
Value
Exist
Nodes
Node
Rate this question:
CREATE TABLE LongDistanceDetails(TicketNumber varchar NOT NULL, JourneyDetails varchar NOT NULL, PassengerDetails varchar NOT NULL, ReservationDetails varchar NOT NULL)
CREATE TABLE LongDistanceDetails(TicketNumber varchar NOT NULL, JourneyDetails XML, PassengerDetails XML (CONTENT Passenger) NOT NULL, ReservationDetails varchar NOT NULL)
CRATE TABLE LongDistanceDetails(TicketNumber varchar NOT NULL, JourneyDetails XML, PassengerDetails XML, ReservationDetails XML)
CREATE TABLE LongDistanceDetails(TicketNumber varchar NOT NULL, JourneyDetails XML (CONTENT Journey) NOT NULL, PassengerDetails XML (CONTENT Passenger) NOT NULL, ReservationDetails XML (CONTENT Reservation) NOT NULL)
Rate this question:
SELECT StudentID FROM Students WHERE @student.exist(‘(/Age)[.=”15”]’)=1
SELECT @student.value( ‘(/Student/Age)[1]’, ‘int(2)’)
SELECT StudentID FROM Students WHERE @student.exist(‘(/Age)[.=”15”]’)=0
SET @student.modify( ‘insert Aaroninto Student[1]’)
SELECT StudentID FROM Students WHERE @student.exist(‘(/Age’=”15”)
Rate this question:
Service Consumer
Service Locator
Service Broker
Services
Service Provider
Rate this question:
Service Consumer
Service Locator
Service Broker
Services
Service Provider
Rate this question:
Service Consumer
Service Locator
Service Broker
Services
Service Provider
Rate this question:
Service Consumer
Service Locator
Service Broker
Services
Service Provider
Rate this question:
True
Fasle
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Endpoints
Service Broker Security
Conversation Groups
Messages
Dialogs
Rate this question:
Endpoints
Service Broker Security
Conversation Groups
Messages
Dialogs
Rate this question:
Dialogs
Endpoints
Conversation Groups
Service Broker Security
Messages
Rate this question:
Endpoints
Dialogs
Service Broker Security
Conversation Groups
Message
Rate this question:
Conversation Groups
Endpoints
Service Broker Security
Dialogs
Messages
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
Fasle
Rate this question:
Services
Message Types
Service Program
Queues
Contracts
Rate this question:
Message Types
Contracts
Queues
Services
Service Type
Rate this question:
Message Type
Service Program
Services
Queues
Contracts
Rate this question:
Message Type
Service Program
Queues
Services
Contracts
Rate this question:
Message Type
Service Program
Services
Queues
Contracts
Rate this question:
True
Fasle
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
NONE
Well Formed xml
Well Formed Xml Schema
Empty
Rate this question:
NONE
Well Formed XML
Well Form XML Schema
EMPTY
NONE
Well Formed XML
Well Formed XML Schema
EMPTY
Rate this question:
1-3-2-4-5
4-1-2-5-3
4-1-5-3-2
2-3-4-1-5
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.