Answers

Answer

how to create a table in sql

Create table query: This will create a table named ‘test’ with 2 columns ‘id’ and ‘name’ Insert query:

‘docker build’ requires exactly 1 argument

You need to provide the Dockerfile path as well in the command. If your Dockerfile is in the current location and the name is either dockerfile or Dockerfile, then you can provide . at the end of the command. If not, you need to provide the complete path instead of . with -f parameter.

AWS free tier account is being charged

AWS provides a monthly limit for free usage. Exceeding the limit will incur the charges. Check your monthly usage from the Billing Dashboard section, it may have been exceeded resulting in the charges. Your monthly free limit will reset every month for a year.

Failure to transfer org.apache.maven.plugins

Try the below steps, Maven update (right-click on your project > Maven > Maven update) Clean the project Close eclipse > delete .m2 folder > start eclipse > maven update The location of .m2 folder will be C:\Users\<user>\.m2

Getting error while building ant job in jenkins

You need to configure Ant in Jenkins to build Ant jobs. Follow the below steps to do the same, In Jenkins, Manage Jenkins Global Tool Configuration Ant Add Ant Provide a name (eg: Ant) and keep the checkbox marked Save Build the job now.