Web Rewrite

Technology Blog Where You Find Programming Tips and Tricks
  Menu
Skip to content
  • Home
  • Java
  • Programming Questions
    • Array
    • Linked List
    • Stack
    • Queue
    • String
    • Search Algo
    • Interview Questions
  • Solid Principles
  • Multithreading
  • PHP
  • Database
    • mysql
    • MongoDB
  • Contact Us
« Older posts
Newer posts »

Query Document in MongoDB

By WebRewrite | December 15, 2013 - 4:51 pm |December 15, 2013 Database
Leave a comment

mongoDBIn my previous post, I have discussed about MongoDb, how to install and how to create a database. In this post i am going to discuss about query document(It is like a record or row in relational databases) in MongoDB.

→

Tagged Database, mongoDB

MongoDB Tutorial Part- I – Creating a Database

By WebRewrite | July 9, 2015 - 4:18 am |July 9, 2015 Articles, Database, How tos
Leave a comment

mongoDBMongoDB is an open-source document-oriented database. Document-oriented means it stores the data in a file. MongoDb comes under the category of NoSql database. It stores the data in BSON (Binary JSON) format. It can be accessed through javascript notation and comes with their own shell. It is written in C++.

→

Tagged mongoDB

How to Reset an Auto-Increment Value of a Column in MySql

By WebRewrite | November 17, 2016 - 4:15 pm |November 17, 2016 mysql
2 Comments

mysqlHow to reset auto-increment value of a column in MySql.

In MySQL, we can define a column as primary key with an auto-increment index. Every time a new row is inserted it increments the value by 1. By default, an auto-increment column is a primary key of a table.

→

Tagged mysql, Reset auto-increment
«‹8990919293›»
  • Support Me on PayPal

    Programming Video Tutorials


  • Related Posts (YARPP)

    1. Print Fibonacci Series in PHP
    2. Recursion Concept with Example
    3. Program to Print 1 to 100 Numbers without using Loop
    4. Detect Loop in Linked List
  • Topics

    • Multithreading

    • Linked List

    • Binary Tree

    • Hash Map

    • Java

    • Queue

    • Stack

    • Binary Search

    • Programming

    • Sliding Window

    • Composer

    • Memcache

    • Javascript

    • Solid Principles

  • Copyright 2020 – 2021 – webrewrite.com – All Rights Reserved.

  • Home
  • Java
  • Programming Questions
  • Solid Principles
  • Multithreading
  • PHP
  • Database
  • Contact Us
Web Rewrite | Powered by Mantra & WordPress.