Zend certified PHP/Magento developer

Magento 2 How to set url key for default store view

Magento 2.3.5 version
How to set URL key for default store view?

Example –
All store view
URL-key – xyz-test which is correct

Default Store View
URL-key – abc-test it is not correct

I want to set the URL key of the default store view as xyz-test

I have to update multiple products, which I can do manually using clicking on the checkbox of the default store view but lots of products on the website so I am looking programmatically way or using SQL query.