View Single Post
Join Date: Oct 2008
Posts: 15
Reputation: xman12 is an unknown quantity at this point 
Solved Threads: 0
xman12 xman12 is offline Offline
Newbie Poster

Re: object-oriented database schema

 
0
  #3
Nov 8th, 2008
The object oriented schema should be uml

it should look like something like this

class Employee
properties
name char 20
dept Department
tel char 15;
Reply With Quote