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

Monday, February 4, 2013

Sqlcourse Create Table Exercise


Sample solution


create table myemployees_nw0101(
firstname varchar(30),
lastname varchar(30),
title varchar(30),
age number(2),
salary number(10,2)
);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts