Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
need help with creating a table
Name: nismoz Date: February 16, 2009 at 06:53:24 Pacific OS: Windows XP Subcategory: MySQL
Comment:
I need help making tables with either mySQL or winSQL.
Create the -Pilot- table with the following fields,
PilotID (integer sequence) and Primary Key NameLast (required) NameInit NameFirst Birthday Sex StreetAddress City State Zip Phone Rank
From there I can figure out the rest if somebody could show me an example of this. Thanks
Summary: I created a database from data I inherited from another person. The data has three tables ' Mother, Child, Follow up Child data. The data on follow up is updated each month up to 24 months. The data o...
Summary: I have created a table in SQL Server as- create table weatherreport (places varchar(20), cdate datetime, maxm int, minm int, vdescription varchar(40)) Then I tried to insert the corresponding values a...
Summary: Hi, I'm designin sort of asset manager software and i'm already stuck with some SQL-querys... :) Tables don't have all the fields yet, because it's just a test version. I have these tables: 1)PC (Cent...