Q. Which of the following statement will create a column with varchar datatype? (A) CREATE TABLE foo (bar CHAR(10)) (B) CREATE TABLE foo (bar VARCHAR(10)) (C) CREATE TABLE foo (bar CHARVARYING(10)) (D) All of the mentioned ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) CREATE TABLE foo (bar VARCHAR(10))