DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents PL-SQL Interview Questions

1. How to implement ISNUMERIC function in SQL *Plus? Method 1: Select length (translate (trim (column_name),' +-.0123456789',' ')) from dual ; Will give…