Database Administration Questions


Q:

Economic resources are also called

Answer

Economic resources include land, labour, capital and entrepreneurship. 


Entrepreneurship is also considered an economic resource because individuals are responsible for creating businesses and moving economic resources in the business environment.


 


These economic resources are also called as Factors of production.


 

Report Error

View answer Workspace Report Error Discuss

2 2449
Q:

What can you break but not touch?

A) Mirror B) Word
C) Promise D) All of the above
 
Answer & Explanation Answer: C) Promise

Explanation:

A promise. 

 

The Promise made to somebody by you can be break but you cannot touch it.

Report Error

View Answer Report Error Discuss

4 2445
Q:

Permanent hardness of water may be removed by the addition of

A) Alum B) Lime
C) Sodium Carbonate D) Potassium Permanganate
 
Answer & Explanation Answer: C) Sodium Carbonate

Explanation:

Permanent hardness of water may be removed by the addition of Sodium Carbonate.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

0 2437
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 2436
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

7 2426
Q:

What is the difference between creating String as new() and literal ?

Answer

When we create string with new() Operator, it’s created in heap and not added into string pool while String created using literal are created in String pool itself which exists in PermGen area of heap.



String s = new String("Test");

does not put the object in String pool , we need to call String.intern() method which is used to put them into String pool explicitly. its only when you create String object as String literal e.g. String s = "Test" Java automatically put that into String pool.

Report Error

View answer Workspace Report Error Discuss

1 2423
Q:

Which of the following is an example of plagiarism?

A) A student is expected to write a book report about a book that his teacher has assigned. The student doesn't want to read the book and is bored with the subject. He visits websites that provide reviews and book reports and he copies from each of the diffe B) A writer decides that he wants to create an Internet website to generate ad revenue. Instead of writing his own articles, he visits twenty other websites that have articles on the topic in which he is interested. He copies each of the articles, changes th
C) When a writer reuses a mix of word, phrases, and ideas from a source without indicating which words and ideas have been borrowed and/or without properly citing the source. D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Duplicating the content or Copying words or ideas from someone else WITHOUT giving credit is called Plagiarism.

Plagiarism can be a violation of copyright laws and can be considered cheating.

  

Types of Plagiarism :: 

 

1. Direct Plagiarism

 

2. Mosaic Plagiarism

Report Error

View Answer Report Error Discuss

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

2 2416
Q:

Data structure suitable for an application discussed in?

A) procedural design B) architectural design
C) data design D) interface design
 
Answer & Explanation Answer: C) data design

Explanation:
Report Error

View Answer Report Error Discuss

1 2400