How many Primary Key can be set for an table
10
1
2
Infinite
What will be the Output for Select Abs(25-45)
Abs is not a recognized function name
-20
20
None
Which of the joins are available in SQL i) Inner Join ii) Left Outer Join iii) Cross Join iv) Self Join
All the Above
i) and ii)
i), ii) and iii)
How many Output Parameters can be set for an Stored Procedure
One
More than One
Stored Procedure Does not support Output Parameter
A User Defined Function can Return
One Value
More than One Value
No Value
User Defined Function will not return Value
A Trigger can be for
Stored Procedure
Function
Table
View
Which of the following is not a group function?
Min( )
Sqrt( )
Sum( )
max( )
Which SQL statement is used to extract data from a database?
Open
Get
Extract
None of the Above
Error guessing:
supplements formal test design techniques
can only be used in component, integration and system testing.
is only performed in user acceptance testing.
is not repeatable and should not be used.
Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?
Regression testing
Integration testing
System testing
User acceptance testing