Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql server synonym

CREATE SYNONYM <synonym_name, sysname, sample_synonym>
  FOR <schema_name, sysname, Production>.<object_name, sysname, Product>
GO

CREATE SYNONYM MyProductCatalog FOR [Azuredemodatabase].[SalesLT].[Product]

SELECT * FROM MyProductCatalog;
Comment

PREVIOUS NEXT
Code Example
Sql :: select into oracle 
Sql :: sql transfer table in other 
Sql :: sql day from datetime 
Sql :: how use trigger in sql 
Sql :: disable database droping sql 
Sql :: sqlite trim 
Sql :: psql query execution time 
Sql :: postgres execute multiple sql file from command line 
Sql :: sqlalchemy query join many to many 
Sql :: t sql return on letters only 
Sql :: mac docker mysql 
Sql :: SQL UNIQUE Constraint 
Sql :: create table 
Sql :: mysql ddl 
Sql :: how to compare two columns in sql server 
Sql :: create procedure sql 
Sql :: quit mysql 
Sql :: sqlite output query to csv 
Sql :: mysql create database 
Sql :: mysql login 
Sql :: oracle sysdba connect as another user 
Sql :: SQL Comments With Statements 
Sql :: oracle sql date winter time 
Sql :: hierarchal database table 
Sql :: mysql collation portugues brasil 
Sql :: sql data type of query 
Sql :: query archive mode 
Sql :: executescalar in sql server 
Sql :: https://livesql.oracle.com/apex/livesql/s/l8fedwph53gt5gigbacwvu6m0 
Sql :: oracle run_duration to number 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =