প্রশ্নঃ In a database, which of the following is used to access a particular couple on a different table?
বর্ণনাঃ A foreign key is a column or group of columns in a relational database table that provides a link between data in two tables. It acts as a cross-reference between tables because it references the primary key of another table, thereby establishing a link between them.