murzina
Programmer
- Jan 14, 2009
- 14
What syntax is used for setting up a small database in SQL Express?
For instance,
CREATE USER Alex
WITHOUT LOGIN
CREATE Table zipcodes;
For instance,
CREATE USER Alex
WITHOUT LOGIN
CREATE Table zipcodes;