Myswl>select * from sys.user_sumary_by_statement_type where statement in (‘select’,’insert’,Quit’);+---------+------------+----------+--------------------+----------------+--------------+--------------+------------------
+
---+----------------+
|user |stsement |total |totsl_latency |max_latency |lock_latency |row_sent |
rows_examined|
Rows_affected |full_scans|
+---------+------------+----------+--------------------+----------------+--------------+--------------+------------------
+
---+----------------+
|app |select |919866 |2.41 h |330.0ms |1.52 m |542614816 | 542614816
|
0 | 919958 |
|app |insert |923070 |1.66 h |287.41ms |1.65 m | 0 | 0
|
923026 | 0 |
|app |Quit |679892 |9.54 s |170.97ms |0ps | 0 | 0
|
0 | 0 |
|app |select |344964 |53.61h |328.42ms |34.51s | 203509545 | 203509545
|
0 | 344847 |
|app |insert |346159 |37.84m |235.77ms |36.94s | 0 | 0
|
346175 | 0 |
|bob |Quit |254971 |3.65 s |69.97ms |0ps | 0 | 0
|
0 | 0 |
|root |select |230621 |36.88m |21.47s |23.81s |135639074 | |135639074
|
0 | 230595 |
|root |Quit |170363 |2..24 s |130.14ms |0ps | 0 | 0
|
0 | 0 |
+---------+------------+----------+--------------------+----------------+--------------+--------------+------------------
+
---+----------------+
9 rows in set (0.00sec)
Which two statements are true?