マガジンのカバー画像

自己メモ

18
運営しているクリエイター

2021年7月の記事一覧

How-tos Sql Server View

How-tos Sql Server View

[Create View], [Drop View]..
Using query is the fastest way.

Difference between View and Table in SQL

Difference between View and Table in SQL

1. A table contains data, a view is just a SELECT statement which has been saved in the database.

2. The adventage of a view is that it can join data from several tables thus creating a new view of i

もっとみる