Transact-SQL对标准SQL的扩展主要表现为()。A、加入了程序控制结构和变量B、加入了建库和建表语句C、提供了分组(GroupBy)查询功能D、提供了Min、Max等统计函数
Transact-SQL对标准SQL的扩展主要表现为()。
- A、加入了程序控制结构和变量
- B、加入了建库和建表语句
- C、提供了分组(GroupBy)查询功能
- D、提供了Min、Max等统计函数
相关考题:
You are designing the loan application process for the customer terminals. You need to design a Transact-SQL stored procedure that fulfills the business and technical requirements. Which type of Transact-SQL stored procedure should you use?()A、one that uses an internal SQL Server Web service endpointB、one that runs a SQL Server Integration Services (SSIS) packageC、one that uses Service BrokerD、one that runs a user-defined function
填空题在SQL Server中主要是通过使用()运行Transact-SQL语句。