Quotes help make search much faster. Example: "Practice Makes Perfect"

Wednesday, September 4, 2013

SQL Create Table Problem


Problem: Create a table that will contain the following information about your new employees: firstname, lastname, title, age, and salary. Solution: create table employee (first varchar(20), last varchar(20), title varchar(20), age number(3), salary number(10));

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts