What is full form of XP ?
Answer Posted / guest
The "XP" in Windows XP doesn't stand for anything, it's a
symbol in itself, the greek "Chiron" (where in the Greek
language, "chi" = X and "ro" = P, hence the graphic symbol
XP is read "Chiron"), which was chosen as the emblem of
Christianity by the emperor Constantine (4th century CE).
Previously, Chiron was the name of a centaurus in Greek
mythology. Later, it was also used to name a celestial body
if I recall it correctly
| Is This Answer Correct ? | 38 Yes | 57 No |
Post New Answer View All Answers
Mention a few common trace flags used with sql server?
What are indexes in ms sql server?
What are the 10 characteristics of data quality?
What is the use of group by clause?
What is sqlcmd?
What are the different types of triggers in SQL SERVER?
What is the definition for sql server 2000?
What is the most common type of join?
Define the one-to-one relationship while designing tables.
What is log cache in sql server?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
What is scrollable cursor?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
When we should use @@error?