hi friends please answer this question ASAP:- how to count the no. of employee in a each department or no. of employee in each location by using emp/dept table
7 8077I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
2182Table - 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
2 6523I have Two table First have UserName and second is address, in address table more than value relegated to UserName table, i want to fetch 2nd address if exist other wise 1st address access
4 5890I have a table Events Events containing cardno,time,id,name- -each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
2034
What are .mdf files?
How sql server executes a statement with nested subqueries?
is it important for a database administrator to understand the operating system and file access? : Sql server administration
What should be the fill factor for indexes created on tables? : sql server database administration
How to replace null values in expressions using isnull()?
What is sql injection? How to protect against sql injection attack?
What is a system database and what is a user database?
What does REVERT do in SQL Server 2005?
What is user-defined functions? What are the types of user-defined functions that can be created?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
How to see existing views in ms sql server?
Why and when do stored procedure recompile?
Can we call future method from queueable?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
How fixed length strings are truncated and padded?