If a user has locked a row in a table with an exclusive lock, which of the following is true?Another user can lock that same row at the same time with a shared lock.Another user can lock that same row at the same time with another exclusive lock.Another user can read the row at the same time the original user has an exclusive lock on that row.No other user can get a shared or exclusive lock on that row.