Ignore the selected answer, I don't know which one is correct. You are given a matrix š of shape m imes n represented as a relation with one tuple per cell with the same schema: A (row, column, value). Write an SQL query (SELECT ...) to compute the infinity-norm ef of A, defined as follows. Write each clause in a new line.
A_infty =max _1 <= i <= mā_j=1^n|a_i j|
True False