Useful tips for everyday
Do you need a form tag in Drupal template? UPDATE: form tag is not necessary in this template, because Drupal adds a theme wrapper to…
How do you layout a grid? To get started you have to define a container element as a grid with display: grid , set the…
How do you store a binary image? How to store binary image (BLOB) SQL server and load it into… Create a table to contain the…
Is schema same as ERD? BOTH diagrams serve quite DIFFERENT purposes: ERD: to make mere mortal end-users (and business owners) UNDERSTAND the model of a…
Is there a limit to number of threads? Creating threads gets slower For the 32-bit JVM, the stack size appears to limit the number of…
How to set up master and slave replication on PostgreSQL? You should now have a master and slave PostgreSQL server configured to communicate effectively. If…
What is the command to create database in Oracle? The ORADIM command creates an Oracle instance by creating a new Windows service. To create an…
How do you make an information table? Here’s how to make a data table: Name your table. Write a title at the top of your…
How do I manually update my database? A database can be upgraded either using DBUA or manual method….IF UPGRADE FAILS Shutdown immediate; set ORACLE_HOME to…
How can I upload a large SQL file to phpMyAdmin? Create a zip or tar file and upload in phpmyadmin thats it..! You will have…