How to do a "desc emp" from JDBC
If you ever try to do a “desc emp” from a JDBC program , that won’t work as that’s a SQL*Plus command only, but here is how to write an SQL statement to do that which can easily be converted into a JDBC program and used. Firstly here is what we get when we describe [...]
Leave a Reply