Questions

Q:

Select the synonym of
to stranded

A) to douse B) to aground
C) to swamp D) to inundate
 
Answer & Explanation Answer: B) to aground

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2159
Q:

A subquery in an sql select statement.

Answer

A Subquery or Inner query or a Nested query is a query within another SQL query and embedded within the WHERE clause.


Subqueries are most frequently used with the SELECT statement. The basic syntax is as follows::


SELECT column_name [, column_name ]
FROM table1 [, table2 ]
WHERE column_name OPERATOR
(SELECT column_name [, column_name ]
FROM table1 [, table2 ]
[WHERE])



A subquery is used to return data that will be used in the main query as a condition to further restrict the data to be retrieved.


Subqueries can be used with the SELECT, INSERT, UPDATE, and DELETE statements along with the operators like =, <, >, >=, <=, IN, BETWEEN, etc.


 


There are a few rules that subqueries must follow −


 


1. Subqueries must be enclosed within parentheses.


2. A subquery can have only one column in the SELECT clause, unless multiple columns are in the main query for the subquery to compare its selected columns.


3. An ORDER BY command cannot be used in a subquery, although the main query can use an ORDER BY. The GROUP BY command can be used to perform the same function as the ORDER BY in a subquery.


4. Subqueries that return more than one row can only be used with multiple value operators such as the IN operator.


5. The SELECT list cannot include any references to values that evaluate to a BLOB, ARRAY, CLOB, or NCLOB.


6. A subquery cannot be immediately enclosed in a set function.


7. The BETWEEN operator cannot be used with a subquery. However, the BETWEEN operator can be used within the subquery.

Report Error

View answer Workspace Report Error Discuss

0 2159
Q:

Who is the founder of WikiLeaks - a website that publishes comments, submissions of secret information and documents that often becomes controversial?

Answer

Julian Assange

Report Error

View answer Workspace Report Error Discuss

0 2159
Q:

Project Human Resource Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Manage Project Team?

Answer

I. Inputs



  • Organizational process assets

  • Project staff assignments

  • Roles and responsibilities

  • Project organization charts

  • Staffing management plan

  • Team performance assessment

  • Work performance information

  • Performance reports


II. Tools and Techniques



  • Observation and conversation

  • project performance appraisals

  • Conflict management

  • Issue log


III. Outputs



  • Requested changes

  • Recommended corrective actions

  • Recommended preventive actions

  • Organizational process assets (updates)

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2158
Q:

The International Commonwealth Championships 2014 was held recently in ______

Answer

Perth

Report Error

View answer Workspace Report Error Discuss

Subject: Sports

2 2157
Q:

Which period in medieval western Europe is known as 'Dark Ages'?

A) Early Middle Ages B) Late Middle Ages
C) Entire Middle Ages D) Mid Middle Ages
 
Answer & Explanation Answer: A) Early Middle Ages

Explanation:

The Early Middle Ages have often been called the Dark Ages, and to some extent  they were truly dark. The people led a miserable life. Education was very uncommon. The helplessness of the comman man the arbitary rule of the king and the barons and the absence of national unity-all these conditions were common in Europe. The term 'Middle Ages' does not cover a uniform period for all the countries of the world.For Europe and the Westren World , the 'Middle Ages' are generally considered to be the period between AD 500 and AD 1500.

Report Error

View Answer Report Error Discuss

Filed Under: World History

2 2156
Q:

What is program counter in 8085?

Answer

Program counter holds the address of either the first byte of the next instruction to be fetched for exectuion or the address of the next byte of a multi byte instruction, which has not beeb completely fetched. in both the cases it gets increnented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2156
Q:

Butter is colloid formed when

A) Proteins are dispersed in water B) Water is dispersed in fat
C) Fat globules are dispersed in water D) Carbohydrates are dissolved in water
 
Answer & Explanation Answer: C) Fat globules are dispersed in water

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 2156