If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am preparing for 700 certification .Is there someone can help me ?Thanks!
Which of the following is NOT a valid data type on CREATE TABLE?
DATETIME or DOUBLE
CREATE TABLE T1(C1 CHAR(3))
INSERT INTO T1 VALUES ('A')
ROLLBACK
COMMIT
The value A insert into c1 or not?