Skip to:
Content
Pages
Categories
Search
Top
Bottom

how can i create view count in topics

Viewing 2 replies - 1 through 2 (of 2 total)
  • @canaanpetresort

    Participant

    The syntax for the CREATE VIEW statement in SQL is: CREATE VIEW view_name AS SELECT columns FROM tables [WHERE conditions]; view_name. The name of the SQL VIEW that you wish to create.

    @janelavirtualy27

    Participant

    A VIEW is actually a query and the output of the query becomes the content of the view. The VIEW can be treated as a base table and it can be QUERIED, UPDATED, INSERTED INTO, DELETED FROM and JOINED with other tables and views.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar