Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 1
and
Version 2
of
UseCase04
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
02/12/25 04:19:25 (
10 days
ago)
Author:
141515
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
UseCase04
v1
v2
17
17
=== Постуслов
18
18
Апликацијата го сочувува клиентот во базата на податоци.
19
20
=== SQL
21
{{{
22
insert into client (EMBG, C_Name, Email, Pass, Telephone) values
23
('1507995410210', 'Stefan Petrov', 'stefan123@gmail.com', 'najjakiot512', '077654132')
24
}}}