
Search In
Hello friends, I am writing this blog which will let you know how to install and set up WordPress on Ubuntu. Follow the steps below to install WordPress
Step 1: Create MySQL database
Login to MySQL using this command:
mysql -u root -p
&n
Before we get into the advantages and disadvantages of using Node JS, let me give you a brief idea about Node.js.
It is an open source, cross-platform runtime environment for developing server-side applications. Built on Chrome’s V8 Java Scrip
Laravel PHP framework is developed to make a few development tasks easier for developers for example:
authentication, sessions, caching and routing.
That means web application development difficulties are resolved using the Laravel
Do Software Engineers Write Code?
Software engineers are professionals that create programs responsible for telling computers what to do. They do so by applying computer science as well as engineering concepts to design systems. Usually, software en
Following are the possible test scenarios to test Database:-
1) Exact data is saved in database on successful page submission.
2) Only after successful completion of operation data is saved in database.
3) To test values for columns which does not a
This blog will help you to restrict data from a database.
You can restrict the rows returned from the query by using the WHERE clause. A WHERE clause contains a condition that must be met, and it directly follows the FROM clause. If the condition i
This blog will help you to restrict data from a database.
You can restrict the rows returned from the query by using the WHERE clause. A WHERE clause contains a condition that must be met, and it directly follows the FROM clause. If the condition i
There are many types of latest developments in Odoo,That You Have To Know.
1- Odoo use external authentication providers, sign in with Social Media-like
(i) Twitter Account
(ii) Facebook Account
(iii) LinkedIn Account
(iv) youtube account
(v) skype
Sometimes we need to find table list present in a database so that we can identify which table we have to create and which one not.
To work in a particular database we need to use the below statement first:
use database_name;
Example:
use demo;
While performing database interactions you need to made a repository class in which all SQL mehods are predefined.
That class is called as Base Repository
Imports System.Data.SqlClient
Imports System.Xml
Imports System.Globaliz