Inventory App - Android
This APP creates a list of products with all the information that a store would like to keep. Information about products can be inserted,...
This APP creates a list of products with all the information that a store would like to keep. Information about products can be inserted,...
https://github.com/oanaunc/FoodNews This is a simple app that collects news from the internet related to food and recipes.
using System; namespace AreaAndPerimeter { class Program { static void Main(string[] args) { ShowMenu(); } private static void ShowMenu()...
You can create as many numbers as you desire from the Fibonacci Series using the query below. Change the value in the WHERE clause to...
When you will be travelling to Venice, Italy, you can check my new Android App: https://github.com/oanaunc/VeniceTourGuideApp This...
Views are saved queries. They are defined with a single SELECT statement. USE AdventureWorks2012; GO CREATE VIEW...
The code can be seen here: https://gist.github.com/oanaunc/f50d012337762b660e83b38acd27aeef This is my fourth project in the...
An array stores a fixed-size sequential collection of elements of the same type. // An array is a succession of values of the same type ...
SQL Server supports two spatial data types: the geometry data type and the geography data type. The geometry type represents data in a...
1. Basic complete: CTRL + SPACE This simple command completes the names of classes, methods, fields, and keywords. 2. Generate: ALT+...
1. Byte Example: byte myByte = 10; The default value for byte is 0. The values are in the range: -128 .. -1,0,1, .. 127. Size : 8 bits....
Here you will find interesting articles about what is new in the world of HTML.
Here you will find interesting articles about what is new in the world of JAVA.
Welcome to my SQL feed. Here you will find interesting articles about what is new in the world of SQL.