An operation that shifts the left operand value left by the right operand's number of bits is known as the ____ (

🎲 Try a Random Question  |  Total Questions in Quiz: 150  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
SQLite Practice Test Questions — practice the complete quiz, review flashcards, or try a random question.

SQLite is a database engine written in the C programming language. It is not a standalone app; rather, it is a library that software developers embed in their apps. As such, it belongs to the family of embedded databases.
SQLite vs MySQL: SQLite is a server-less database and is self-contained. This is also referred to as an embedded database which means the DB engine runs as a part of the app. On the other hand, MySQL requires a server to run. MySQL will require a client and server architecture to interact over a network.


An operation that shifts the left operand value left by the right operand's number of bits is known as the ____ (<<).