Пакетный запрос

	
	use AdventureWorks
	SELECT EmployeeID, LoginID, Gender 
	FROM HumanResources.Employee WHERE EmployeeID=@x
	
	
		
			10