Showing posts with label Create Table Database Employee. Show all posts
Showing posts with label Create Table Database Employee. Show all posts

Tuesday, May 12, 2020

SQL Create Table Database Employee

0 komentar
CREATE TABLE Department ( DepartmentNo int not null default 0, DepartmentName varchar(20) not null default '' ) CREATE TABLE ShiftDetail ( ShiftNo int not null default 0, ShiftName varchar(20) not null default '', StartTime varchar(8) not null default '08:00:00', EndTime varchar(8) not null default '16:00:00' ) CREATE TABLE Employee ( EmployeeId int not null default 0, FirstName varchar(20) not null default '', ...
 
Trends K N A Copyright © 2009
Fresh Girly Blogger Template Designed by Herro | Powered By Blogger