What are the results of the following SQL commands if col is an integer column?
1. SELECT * FROM mytbl WHERE num_col = '4';2. SELECT * FROM mytbl WHERE num_col = 4;
1. SELECT * FROM mytbl WHERE num_col = '4';2. SELECT * FROM mytbl WHERE num_col = 4;What are the results of the following SQL commands if col is an integer column?
1. SELECT * FROM mytbl WHERE num_col = '4';2. SELECT * FROM mytbl WHERE num_col = 4; Correct Answer same
মোঃ আরিফুল ইসলাম
Feb 20, 2025