Hi All,
One can use the command line or else one can use dbisql which is GUI based.
Once we have logged into isql then how to query tables in our database.
1> use SID
2> go
1> select top 1 * from SAPSR3.USR02
Suppose by mistake we had typed incorrectly then we can use "reset" to reset the command prompt.
go is like ; in oracle. we need to manually type after every statement.
This is a sample output from isql.