Choose the correct option: (1) Natural join removes the duplicate attributes. (2) Outer join replaces the missing data with nulls code example
Example: javascript check if is array
var colors=["red","green","blue"];
if(Array.isArray(colors)){
//colors is an array
}