Explain about unique identifier data type in sql server?
Answer / Suraj Vikram Shahi
The UNIQUEIDENTIFIER data type in SQL Server is a 16-byte data type that represents a globally unique identifier (GUID). It can be used as a primary key or foreign key, and it guarantees uniqueness across all rows within a database.nExample:n```sqlnCREATE TABLE TableName (Id UNIQUEIDENTIFIER PRIMARY KEY);nINSERT INTO TableName VALUES ('00000000-0000-0000-0000-000000000001');```
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
Magic Tables ?
What is transact-sql language?
what type of indexes physically sort data?
How to test odbc dsn connection settings?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
What is replication with database mirroring? : sql server database administration
Explain concepts of analysis services?
What is buffer cash in sql server?
Write an sql query for deleting duplicate rows?
What is 2nf in normalization?
What is difference between group by and having?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)