February 2018
Intermediate to advanced
510 pages
16h 10m
English
To store bit values in a table column, we must understand bit literals. As mentioned earlier, bit literals can be written using the b'val' notation. There is another notation, which is the 0bval notation.
The following is the list of legal and illegal bit value literals.
Legal bit value literals:
Illegal bit value literals:
As a default, a bit literal is a binary string. We can confirm this with the query, as shown in the following ...
Read now
Unlock full access