Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. SQL Server
  3. Question
SQL Server

What is the use of parallel hint in oracle?

Asked by Christopher Paterson Mar 15, 2023 1.5K views 1 answer
Share

About this question

What's difference between parallel (4) and parallel 4 with and without brackets? For eg :

select /*+parallel(4) */ * from table_name;
select /*+parallel 4 */ * from table_name;

Your answer

1 Answer

More SQL Server discussions

Learn & Explore

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

Latest SQL Server Blogs

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