Home > database >  Use SQL statements to write out
Use SQL statements to write out

Time:11-16

Using T - SQL statement create views view_borrow, request contains borrowed name, by borrowing bname and lending date,

CodePudding user response:

 
The Create View view_borrow
As
Select name, date of bname, borrowing From borrow

CodePudding user response:

The
reference 1/f, one tree forest _ response:
 
The Create View view_borrow
As
Select name, date of bname, borrowing From borrow


Could you tell me if is how to write the database code

CodePudding user response:

refer to the second floor qq_46085615 response:
Quote: reference 1/f, one tree forest _ response:
 
The Create View view_borrow
As
Select name, date of bname, borrowing From borrow


Could you tell me how to write if it is the database code to the

This is the database code,
If you look not to understand, essentially a tutorial book first to see it again,
  • Related