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) What is Function based Index and which type of function we can use in Function base index. can we use aggregate,NVL function in Function based Index..
1 4036Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END
1634how to reject duplicates in source sequential file and if by filter option then where is that filter option in the sequential file.
1610Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
TCS,
1785
How would you convert date into julian date format?
Does varchar need length?
What is file manager?
What is inner join? Explain with an example?
Can we insert data into a view?
what is a self join? : Sql server database administration
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
What would happen if the both source and destination have the same name?
Can mongodb used for cache management?
Which are the third-party tools used in sql server and why would you use them?
I have applied the following commands: now what will happen, will the database will give an error / it will work?
What happens if strings are casted into wrong code pages in ms sql server?
why not null is not allowed at table level
What is model database? : sql server architect
What is __ v in mongoose?