SUBSTR and INSTR in Oracle
Let us learn two important standard functions SUBSTR and INSTR of SQL that you will use extensively while writing queries.… Read More SUBSTR and INSTR in Oracle
Let us learn two important standard functions SUBSTR and INSTR of SQL that you will use extensively while writing queries.… Read More SUBSTR and INSTR in Oracle
SQL*Plus is a handy command-line tool. If you’re using it as your main tool for running SQL, I would suggest using an IDE. I explain a few reasons why in this article. Ben BrummBen has over 10 years experience working in the software industry, and he enjoys teaching Oracle and database skills to other software… Read More Why You Should Use an IDE Instead of SQLPlus
HTML5 is used extensively by programmers all over the world. In this article let us find out how to use html5 data attributes with example.… Read More How To Use HTML5 Data Attributes?
The article shows two simple ways to create GitHub project from local desktop/laptop or directly from GitHub.com… Read More Two Simple Ways To Create GitHub Project
Let us see in this post how to override git configurations with example. It will also show location of configuration file.… Read More How To Override Git Configurations in Windows?