Concept:Shared-memory architecture belongs to parallel database systems where multiple processors share a common memory.Explanation:In a shared-memory system, all processors access one global memory space.This design is common in symmetric multiprocessor servers.It supports both inter-query and intra-query parallelism.Porting a database management system to this architecture is easy.Several parallel database prototypes and products use shared-memory architecture.Answer:A. Parallel database