Database Administration Questions


Q:

Define Executive Plan in Database SQL ?

Answer

Executive plan can be defined as:


* SQL Server caches collected procedure or the plan of query execution and used thereafter by subsequent calls.


* An important feature in relation to performance enhancement.


* Data execution plan can be viewed textually or graphically.

Report Error

View answer Workspace Report Error Discuss

6 2326
Q:

The word length of a computer is measured in

A) centimeters B) millimeters
C) bytes D) bits
 
Answer & Explanation Answer: D) bits

Explanation:
Report Error

View Answer Report Error Discuss

3 2319
Q:

What has no beginning, end or middle?

Answer

A Donut or Doughnut. Anything in the shape of a torus.

Report Error

View answer Workspace Report Error Discuss

3 2310
Q:

Oracle SQL developer is an

Answer

Oracle SQL developer is an Oracle Database IDE.

Report Error

View answer Workspace Report Error Discuss

0 2294
Q:

Which of these is an example of personification?

A) The moon smiled at me B) This shirt is as white as snow
C) Water is as hot as sun D) It is like a soft butter
 
Answer & Explanation Answer: A) The moon smiled at me

Explanation:

"The moon smiled at me" is the example of personification in the given options.

 

Personification is a technique in which we give objects human traits like emotions, gestures, speech,... by using metaphor. 

Here moon is an object which cannot smile but using metaphor sense, we gave that sense to it.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

2 2294
Q:

Different IP address on same network?

Answer

There are two IP address assigned to each device on a Wi-Fi network.


 


An Internal (Private) and an External (Public) IP address.


 


Internal IP address is used for communication between Your computer and a smartphone or whatever devices that are connected to that Wifi network. This is unique for each. If they are same the system cannot differentiate between each device.


 


While, the External IP address is that visible to the the internet - the websites, the internet connected Apps so on. By default, Routers with NAT (all routers today have it) assign same Public IP address to all devices under its network.

Report Error

View answer Workspace Report Error Discuss

9 2290
Q:

Which is the largest coal producing country in the World?

A) India B) China
C) Russia D) New-zealand
 
Answer & Explanation Answer: B) China

Explanation:

China has been by far the biggest coal producing country over the last three decades. The country produced about 3.6 billion tonnes (Bt) of coal in 2012 accounting for over 47% of the world's total coal output.

Report Error

View Answer Report Error Discuss

6 2288
Q:

What is XPath?

Answer

XPath is an expressions to select a xml node in an XML document.


It allows the navigation on the XML document to the straight to the element where we need to reach and access the attributes.


 

Report Error

View answer Workspace Report Error Discuss

1 2287