(A)
Goal:
Retrieve the age of sailors whose sailor_name:
BB(E)
Pattern Breakdown:
The SQL pattern 'B_%B' means:
B → First character_ → At least one middle character% → Any number of characters after that (including 0)B → Ends with BSo, this ensures a minimum of 3 characters with correct beginning and ending.
(J)
Option Analysis:
On a relation named Loan of a bank: 

