The features tag has no wiki summary.
1
vote
1answer
74 views
What is the purpose of the keyword “ID” in PostgreSQL?
I'm new to PostgreSQL and I ran into problems using the following query:
SELECT * FROM table1 WHERE ID = 1
ERROR: column "id" does not exist
LINE 2: WHERE ID = 1
where ID is a column I ...
5
votes
2answers
3k views
Does SQL Server Compact Edition 4 finally support Views?
Just read about the release of SQL Server CE 4 and then searched all through their product website, I still cannot find a feature overview.
Previous versions of SQL Server CE didn't support views, I ...
14
votes
6answers
1k views
What is SQL Server “Denali”? What's new?
I found a new title called SQL Server "Denali" in the drop down list on MSDN, but I didn't find much information about it:
What's New (this documentation is for preview only as I see)
Top 9 New ...
3
votes
2answers
24 views
What can I do to find out since which release a given DBMS supports a feature, function, etc?
It is rather easy to find links describing a feature.
In most cases there is no hint in which release the feature was introduced.
Often the last resort is to google for the feature in combination ...
7
votes
4answers
5k views
Feature comparison: Oracle Database and Microsoft SQL Server
Many companies have a heavy influence on market and technologies around them, and you often compare the products before you choose, e. g. I liked Oracle APEX, its flexibility and features, and we're ...