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.
MYSQL Question
Name: Nirav Date: October 29, 2002 at 19:48:08 Pacific OS: win98 CPU/Ram: p3
Comment:
Hi: im practicing MYSQL. i have a question regarding that. how can i assign primary key for 2 columns(composite primary key) with CREATE command. EX: EMP_ID,EMP_NAME, EMP_DOB,EMP_SAL; NOW I WANT TO MAKE EMP_ID & EMP_NAME AS COMPOSITE PRIMARY KEY. any help is greatly appreciated.
Summary: I'm new to both PHP and MySQL. I've created a simple web database where users can store specific information for different contacts. Of this information that a user can submit is: Desk phonenumber, ho...
Summary: is there a maximum entries that I can enter in a table? because I'm trying to create with a mysql_query(CREATE TABLE etc), it seem to create only a maximum of 8 entries.... ...
Summary: i am trying to retrieve data from a table that i have stored in a database on mysql using php. The database is called test and the table is called personnel. i have tried a php script and i got an...