Rank | Organization | Sales | FY | Market cap | Headquarters |
---|---|---|---|---|---|
1 | Microsoft | $97.58 | 2015 | $340.8 | Redmond, WA, US |
2 | Oracle | $38.8 | 2015 | $187.6 | Redwood City, CA, US |
3 | SAP | $23.3 | 2015 | $90.2 | Walldorf, Germany |
4 | VMware | $6 | 2015 | $35.7 | Palo Alto, CA, US |
5 | Symantec | $6.6 | 2015 | $16.3 | Mountain View, CA, US |
6 | HCL Technologies | $5.2 | 2015 | $21.1 | Noida, UP, India |
7 | Fiserv | $5.1 | 2015 | $19 | Brookfield, WI, US |
8 | Intuit | $4.6 | 2015 | $27.1 | Mountain View, CA, US |
9 | Amadeus IT Group | $4.5 | 2013 | $19.8 | Madrid, Spain |
10 | CA Technologies | $4.3 | 2015 | $14.3 | Islandia, NY, US |
7 out of the largest 10 software companies ($698.8bn out of $771.9bn)
make their money in databases (and most of the others are data-adjacent)
For X, the best, correct choice is Y, at least when Z
Hardcover | Softcover |
---|---|
$160 |
$25 |
has Index, ToC | no Index, ToC |
Your team's goal:
build (part of) an embedded database
Real world challenge: You start with...
Real world challenge: You get graded on...
SELECT * FROM FOO
SELECT A*23 FROM FOO WHERE B > 10
SELECT SUM(A) FROM FOO WHERE B > 10
SELECT SUM(A) FROM FOO, BAR WHERE B > 10
A link to the submission system is on the syllabus.
There's a handy "create account" link.
Use your UBIT email address to create an account.
Cheating is submitting any work that you did not do yourself, as if you did
{
"firstName": "John", "lastName": "Smith","age": 25,
"address": {
"streetAddress": "21 2nd Street",
"city": "New York", "state": "NY",
"postalCode": 10021
},
"phoneNumbers": [
{ "type": "home",
"number": "212 555-1234"
},{ "type": "fax",
"number": "646 555-4567"
}
]
}
Your data is currently an unsorted set
of 100-attribute Tuples.
Tomorrow, you will be repeatedly asked for the value of 1 specific attribute from 5 specific rows, each identified by a 1 specific attribute.