In mysql I can write
show fields from <table>;
What is the closest equivalent in Oracle SQL?
Use DESCRIBE table.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!