
store-management – store – কুইজ মডেল টেস্ট অনুশীলন – 2
9423. Which catalog view will identify which tables are referenced by name in a stored procedure that does not use dynamic SQL
- INFORMATION_SCHEMA.TABLES
- sys.sql_expression_dependencies
- INFORMATION_SCHEMA.ROUTINES
- sys.procedures
9424. Which UDF return a single data value of the type defined in the RETURNS clause
- Scalar
- Table-valued
- Built-in
- None of the above
9425. What does the body section of an UDF can contain
- a reference to a .NET assembly
- All of the above
- logic to perform
- Transact-SQL statements
9426. Which code will create a stored procedure that accepts a table-valued parameter named @Customers
- CREATE PROCEDURE AddCustomers (@Customers CustomerType OUTPUT)
- CREATE PROCEDURE AddCustomers (@Customers varchar(max))
- CREATE PROCEDURE ADDCUSTOMERS
- CREATE PROCEDURE AddCustomers (@Customers Customer READONLY)
9427. What is an disadvantage of using stored procedure
- None of the above
- transparency
- increased memory usage of every connection
- reusability
9428. Where are the user defined stored procedures in SQL Server 2008, stored
- Not stored
- Proxy servers
- Server
- Client system cache
9429. Which statement is used to execute an user-defined stored procedure
- RUN
- ENABLE
- EXEC
- PROCESS
9430. What does the header section of an UDF can contain
- input parameter name
- return parameter data type
- All of the above
- owner name
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।