If mdf is a data frame, which statement is true ?
All columns must have the same data type.
The legnth of any column in mdf may differ from any other column in mdf
ncol(mdf) equals length(mdf).
The number of rows must equals the number of columns.