Questions Related to technology

Multiple choice technology databases
  1. The primary key column is a column or combination of columns whose values can be non-unique

  2. The primary key is a column or combination of columns whose values uniquely identify each row in the table

  3. The primary key is a column that can have NULL values

  4. all of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology databases
  1. A view is a special stored procedure executed when certain event occurs

  2. A view is a database diagram

  3. A view is a virtual table which results of executing a pre-compiled query. A view is not part of the physical database schema, while the regular tables are

  4. All of above

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology architecture
  1. There is a many-to-one relationship between the client and the session bean instance.

  2. Session bean instances live forever.

  3. The container may discard the bean instance arbitrarily, when and if it needs to, for performance reasons.

  4. Stateful session beans may have initial state information passed to them from the client when they are created.

  5. Stateful session bean intances are created when the bean is deployed in the container.

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology architecture
  1. Clients of entity beans have a one-to-one relationship with entity bean instances.

  2. Entity bean instances may not be discarded by the container if it needs to free up resources.

  3. Each entity bean instance has a unique identity.

  4. Entity beans map to one or more pieces of data, each one of which has a unique primary key.

  5. None of above

Reveal answer Fill a bubble to check yourself
D Correct answer