"Also, btw, both "name" and "type" are SQL reserved words and should not be used as column names unless they are quoted."
Not true, at least not true to all database implementation. I just tried this in Oracle, and it worked with no problem:
create table temp(type number(1), name number(1))
In reply to Re^2: OT: benefits of database normalization
by pg
in thread OT: benefits of database normalization
by revdiablo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |