What is mapping schema?
No Answer is Posted For this Question
Be the First to Post Answer
What are the purposes and advantages stored procedure?
How to use wildcard characters in like operations in ms sql server?
if we have a column (Key) in a table. and values of that column is Key 1 1 1 2 2 3 3 4 4 5 5 5 and we want to show the data after query..like.. 1(3) 2(3) 3(2) 4(2) 5(3) how many times a single term comes..
17 Answers 3i Infotech, Rolta, TCS,
Can a unique index be created on a column, which contains null?
create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
Explain the usage of floor function in sql server.
How many clustered indexes there can be on table ?
How to change server name in sql server?
What are the Advantages of using CTE in sql server?
What's the difference between a primary key and a unique key?
what is a self join? Explain it with an example? : Sql server database administration
Define synonym?
Oracle (3259)
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)