<html lang="en">
<head>
<title>jQuery Open Button Link in New Tab</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</head>
<body>
<h2>jQuery Open Button Link in New Tab</h2>
<button type="button" onclick="window.open('https://tutorialdeep.com/sql/', '_blank');">Visit SQL Tutorial</button>
</body>
</html>