Wednesday, August 23, 2023

synonyms and views

public synonym:- create public synonym name for scott.students;

private synonym:- create synonym name for scott.students;

public view :- create or replace view name as (select * from scott.students);


No comments:

Post a Comment

Enable OpenSSH on Windows 11

Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...