MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

DBMS Interview Q&A Part- 2

Q1. Can you create a table without using create command ? A. Yes, we can create table with the help of SELECT INTO statement. Itcopies content of one table to another table. However, there should beat least one table from where we can copy content.Example : Copying all columns : select * into new_table from … Read more

How to Trigger builds remotely in Jenkins? | Jenkins Tutorials | scmGalaxy

trigger-builds-remotely-in-jenkins

How to Trigger builds remotely in Jenkins? 1. Create a user – You need to create a user in jenkins using you would like to trigger a jenkins jobs from remote loction or script How to create users in Jenkins? Manage Jenkins –> Manage Users –> Create User 2. Assign a right privillage to the … Read more

Profiles in Maven – How to Build Maven Profile ?

profiles-in-maven

Reference: Apache Maven,Current version User Guide Profiles in Maven  Use of profile: Maven 2.0 goes to great lengths to ensure that builds are portable. Among other things, this means allowing build configuration inside the POM, avoiding all filesystem references (in inhertiance, dependencies, and other places), and leaning much more heavily on the local repository to … Read more

How to Write Trigger in Perforce? – Perforce Triggers Guide

trigger-in-perforce

1 Introduction Perforce introduced the first server-side trigger in release 99.1 with the pre-submit trigger. This trigger satisfied a long-standing desire in the user community, but demand continued for more hooks. In release 2004.2, Perforce squarely hit the need with the addition of five new trigger types. Release 2005.1 adds yet one more trigger type … Read more