Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Carol Bower

Carol Bower

Community Learner
Share
22Questions
21Answers
36.9KViews on questions

Why do we need to rebuild and reorganize Indexes in SQL Server?

As you perform inserts updates and deletes, your indexes will become fragmented both internally and externally which will initially help you solve SQL server reorganize the index. Internal fragmentation is you have a high percentage of free space on your index pages, meaning that SQL Server requires you to read more…

SQL Server

Answered Apr 16, 2021 · 1.3K Views Read answer →

Go to particular revision-Git checkout specific commit

To go into a particular version you can use this command to solve git checkout specific commit error git checkout This will go to the particular version and you need to use the full sha1 Note: If you need to find out the sha1 of the next commit You should run git log --oneline and stick the output into a text file for…

Devops

Answered Apr 9, 2021 · 1.0K Views Read answer →

create folder in github-How to create folder in github repository?

You can't create an empty folder and afterward, add files to that folder, however, all things considered, the formation of a folder should happen along with the option of at any rate a single file. On Github you can do it along these lines: go to the folder inside which you might want to make another folder Snap-on…

Devops

Answered Feb 24, 2021 · 1.2K Views Read answer →

Why salesforce

As we all know Salesforce is the world’s no.1 CRM. It helps you with better customer management and customer experiences and unifying different principal functions of your business enables you to achieve customer success. You have everything here on one platform; provide service, market it, build apps, etc. Salesforce…

Salesforce

Answered Apr 23, 2020 · 593 Views Read answer →

What is Encapsulation ?

Encapsulation acts like a protective wrapper that prevents code and data from being arbitrarily accessed by other pieces of code defined outside the wrapper. This is one type of mechanism that binds together code and the data it manipulates and ensures it's safety from outside misuse. Let's take an example from the…

Salesforce

Answered Dec 7, 2019 · 518 Views Read answer →

More members from the Salesforce community

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

Latest Salesforce Blogs

Guides, tips and career advice on Salesforce from JanBask experts.

Learn & Explore

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