Link to home
Start Free TrialLog in
Avatar of Yogi012398
Yogi012398

asked on

Editing Data in tables

This is one of my first times working with SQL. We are using 6.5 and I need to edit and add so data to fields in the tables in the database.
ASKER CERTIFIED SOLUTION
Avatar of tschill120198
tschill120198

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of traygreen
traygreen

There are several tools you can use to add/modify fields in the tables...
Enterprise Manager
ISQLw
and Interdev to Name a few.
In InterDev and Enterprise manager you work in a GUI enviroment
In ISQLw and the Query Window in Enterprise Manager you write SQL (text) statements to Alter/Add tables.

Give us some specifics and more points and we can help you a bit more