Questions

Q:

The nuclear fuel in the sun is

A) Helium B) Uranium
C) Hydrogen D) Oxygen
 
Answer & Explanation Answer: C) Hydrogen

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

24 12191
Q:

Which dml command is used in conjunction with @@identity?

A) INSERT and UPDATE B) UPDATE and DELETE
C) SCOPE_IDENTITY and IDENT_CURRENT D) Commit and rollback
 
Answer & Explanation Answer: C) SCOPE_IDENTITY and IDENT_CURRENT

Explanation:

Using automatically incrementing IDENTITY columns is very popular with database developers. You don’t need to explicitly calculate unique surrogate keys when inserting new data, the IDENTITY column functionality does that for you. The IDENTITY feature also allows you to specify useful Seed and Increment properties. When you use an INSERT statement to insert data into a table with an IDENTITY column defined, SQL Server will generate a new IDENTITY value.

 

You can use the @@IDENTITY variable and the SCOPE_IDENTITY and IDENT_CURRENT functions to return the last IDENTITY value that has been generated by SQL Server. This is very useful when you need to return the key for the row that has just been inserted, back to the caller.

Report Error

View Answer Report Error Discuss

20 12170
Q:

Can you arrange 9 numerals - 1, 2, 3, 4, 5, 6, 7, 8 and 9 [using each numeral just once] above and below a division line, to create a fraction equaling to 1/3 [one third]?

Report Error

View answer Workspace Report Error Discuss

Subject: Number Puzzles

75 12169
Q:

What happens when some charge is placed on a soap bubble?

A) Its radius decreases B) Its radius increases
C) The bubble Collapses D) The bubble expands
 
Answer & Explanation Answer: B) Its radius increases

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

55 12160
Q:

Which of the following is a mixed gland

A) Pituitary B) Adrenal
C) Pancreas D) Ovary
 
Answer & Explanation Answer: C) Pancreas

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

71 12153
Q:

With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data.

A) READ_ONLY B) SCROLL_LOCK
C) OPTIMISTIC D) PESSIMISTIC
 
Answer & Explanation Answer: C) OPTIMISTIC

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

3 12150
Q:

Silviculture is the branch of botany in which we study about

A) Culture of algae B) Development of forest
C) Culture of fungi D) Silciphida plant
 
Answer & Explanation Answer: B) Development of forest

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

77 12147
Q:

What is the simplest form of matter?

A) Element B) Molecule
C) Atom D) Compound
 
Answer & Explanation Answer: A) Element

Explanation:

The simplest form of matter that has a unique set of properties and is cannot be broken down into simpler substances by chemical means is called an Element.

 

An Atom is the simplest form of an element.

The simplest form of some elements is a Molecule. When an element consists of two identical atoms it is called a diatomic molecule.

A substance that contains two or more elements chemically combined in a fixed proportion is called a Compound.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

28 12140