
Search In
Am trying to insert am excel table into oracle database and when i try i get issuesmy table to the database doesnt get formatted correct
public
How to manage stored routines?
In the second part of the series we will see basic commands used to manage the Stored Routines
As these are also Database objects so the basic DDL commands hold true here also
Create
Alter
Drop
CREATE
The syntax
Creating a Custom Post Type Manually
You can create any custom post type in wordpress any name which you want like- If you are creating a movie review site then you can create a custom post type with the name 'movie'.
Wordpress have some default p
The finance sector is growing at a rapid pace with new and advanced technologies. One of the cutting-edge tools that make financial transactions easier is the blockchain. India is also embracing the technology trend to enhance the growth of the corpo
Do you own a business? Is it a small venture or a startup or a large scale company? Are you not doing marketing? Then you probably not doing the business in the right way.
Marketing is the undetachable part of any business. It is t
Hello Readers,
This blog shows the creation of custom component in Joomla.
Here we show the name of the component (mycomponent) as an example.
Step1: Create the name of the component com_mycomponent inside the Joomla component folder. (Her
In OpenERP if users manage old database to new database and delete all record in old database and use this database in new financial year so using database query in Postgresql framework to manage database. This is very helpful for new financial year
In this blog we illustrate the types of a triggers in SQL.
Triggers are those which executes automatically when some event arise with their related tables in database.
Triggers are divided into two types:
1. After Triggers (For Triggers)
In the previous part, C++ Interview Questions and Answers Part 1 and Part 2, we have explained some basic questions of C++. This part is in continuation with the previous C++ Interview Questions and Answers tutorial. In this part of the tutorial we w
In this blog we will learn to create a simple shopping cart application using cakephp. This application is very basic and simple you can download the zip file attached at the end of the blog and customize it as per your requirements. In this example