Q:

 A reason for using an SQL view to hide columns is:

A) to simplify a result only. B) to prevent the display of sensitive data only.
C) to accomplish both of the above. D) None of the above are reasons for using an SQL view.
 
Answer & Explanation Answer: C) to accomplish both of the above.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

1 5732
Q:

If cosθ = 4/5, then (secθ + cosecθ) =

 

A) 7/5 B) 15/12
C) 35/12 D) 12/5
 
Answer & Explanation Answer: C) 35/12

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Simplification
Exam Prep: Bank Exams

1 5731
Q:

A motorboat can go 10 miles downstream on a river in 20 min. It takes 30 min for this boat to go back at the same 10 miles. Find the speed of the current ?

A) 8 m/h B) 5 m/h
C) 7 m/h D) 6 m/h
 
Answer & Explanation Answer: B) 5 m/h

Explanation:

As the distance travelled is constant, the time taken is inversely proportional to speed.

Let 'u' be the speed of the current and 'v' be the speed of the boat.

Speed of the boat downstream = v + u & upstream = v - u

=> v+u/v-u = 30/20 => v/u = 5 => v = 5u

=> v + u = 6u = 10/20/60 miles/hr

=> 6u = 30 m/h

=> u = 5 m/h

Report Error

View Answer Report Error Discuss

Filed Under: Boats and Streams
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

20 5731
Q:

Which of the following tribes does not share its name to a mountain peak ?

A) Khasi B) Jaintia
C) Gaaro D) Bheel
 
Answer & Explanation Answer: D) Bheel

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World History

14 5729
Q:

What is the meaning of VSAM RETURN-CODE 28?

Answer

Out of space condition is raised.

Report Error

View answer Workspace Report Error Discuss

1 5729
Q:

What are the Web Form Events available in ASP.NET?

Answer

Page_Init


Page_Load


Page_PreRender


Page_Unload


Page_Disposed


Page_Error


Page_AbortTransaction


Page_CommitTransaction 


Page_DataBinding

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Software Architect

1 5728
Q:

The idea of including the Emergency provisions in the Constitution of india has been borrowed from the_________

A) Constitution of Canada B) Weimar Constitution of Germany
C) Constitution of Ireland D) Constitution of USA
 
Answer & Explanation Answer: B) Weimar Constitution of Germany

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

14 5725
Q:

Which is true?

A) "X extends Y" is correct if and only if X is a class and Y is an interface B) "X extends Y" is correct if and only if X is a class and Y is an interface
C) "X extends Y" is correct if X and Y are either both classes or both interfaces D) "X extends Y" is correct for all combinations of X and Y being classes and/or interfaces
 
Answer & Explanation Answer: C) "X extends Y" is correct if X and Y are either both classes or both interfaces

Explanation:

A is incorrect because classes implement interfaces, they don't extend them. B is incorrect because interfaces only "inherit from" other interfaces. D is incorrect based on the preceding rules.

Report Error

View Answer Report Error Discuss

Filed Under: Java

2 5722