Q53. Which statement correctly grants a system privilege?A. GRANT CREATE VIEWON table1 TO user1;B. GRANT ALTER TABLETO PUBLIC;C. GRANT CREATE TABLETO user1, user2;D. GRANT CREATE SESSION TO ALL; Cor
问题:https://leetcode.com/problems/maximum-subarray/?tab=Description Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array