Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Julian Springer

Julian Springer

Community Learner
Share
6Questions
4Answers
35.1KViews on questions

Returning multiple objects in an R function

In R programming, functions do not return multiple values, however, you can create a list that contains multiple objects that you want a function to return. For R to return multiple values, use the below code: For example: x

Data Science

Answered Jul 14, 2021 · 2.3K Views Read answer →

How to create a simple table valued function?

In simple/Inline table-valued functions: it returns the data as a table, and can use only one single statement. It can accept multiple parameters as inputs, it can return only one single table. Syntax: Create function functionname( @input_paramters datatype) Return table As Return (statement to select the table)…

SQL Server

Answered Feb 15, 2020 · 1.5K Views Read answer →

More members from the SQL Server community

Learners asking and answering questions on the same topics — follow their questions and join in.

Latest SQL Server Blogs

Guides, tips and career advice on SQL Server from JanBask experts.

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.