Mastercard Interview Question

What's the structure of a relational database

Interview Answer

Anonymous

Mar 24, 2025

A relational database structure organize data into tables(Relation) with rows(tuples) and columns(Attribute) connected by defined relationships primarily using primary and foreign key .