Suppose, I have a array of data, contain 100s of rows, and some columns, I would like to add whole array to database, How it is possible? Shall i need each query for each row? or any easy way with single query? each Row represent each entry and array column represent each fields in table.