Which of the following would provide results that include a row with int_x=-25? Check all that apply.
Question 6Which of the following would provide results that include a row with int_x=-25? Check all that apply. 1 point SELECT * FROM table_name WHERE int_x IN (-50, 0); SELECT…
