What are the joins in sql server? : sql server database administration
table:employee EID ENAME MID(manager ids) 101 rama null 102 sita 101 103 siva 101 104 ganesh 103 . . . . . . for 103 ID the manager ID is 101(RAMA) and for 104 manager is SIVA if i give employee id (EID) you have to tell the manager for that EID write query? eample:if i give 102 .The query output should be manager for 102 ID that it should print RAMA as output
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the number of sales for each product
What is difference between primary key and foreign key?
What about UPDATESTATISTICS ?
What is #table in sql server?
Explain syntax for viewing, dropping and disabling triggers?
can any one please send sql quries most used in applications.
Can we install sql server 2016 on windows 7?
You want to implement the one-to-one relationship while designing tables. How would you do it?
Define model database?
Which joins are sql server default?
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?