Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. // Creates the database
  2. CREATE DATABASE smis;
  3. //Selects the database
  4. use smis;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement