I created several tables using the gui from SQL Server. Now I want to see the actual "code". But I don't know where to find it.
For example, as I was right clicking "databases" and then choosing the "create table" option and filling in column names and the datatypes from the drop down menu, I assume there must be a " CREATE TABLE Happy_Life (id INTEGER PRIMARY KEY, name TEXT, age INTEGER) " somewhere.
My question is where?








CREATE to->New query editor windowfrom theScript assubmenu.cat ~/.mysql_historywon't do a thing if a) you're using SQL Server instead of MySQL, and b) not running on a *nix OS.