hi all,
what's the best way to give table name while "create statement" in case of performance..
for eg:
create table tablename(id int,name varchar(20))
a.) tablename
b.) [tablename]
c.) (tablename)
d.) "tablename"
pls its urgent..
thanks in advance..
lucky