In SQL, how to select multiple attributes?
- A. SELECT cid & name FROM tblcustomer
- B. SELECT cid AND name FROM tblcustomer
- C. SELECT cid, name FROM tblcustomer
- D. None correct
Answer: Option C
In SQL, how to select multiple attributes?
Answer: Option C